mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 15:18:30 +00:00
vim.fs.root() is a function for finding a project root relative to a buffer using one or more "root markers". This is useful for LSP and could be useful for other "projects" designs, as well as for any plugins which work with a "projects" concept.