How do I programmatically find the project root directory in Neovim Lua based on marker files? vim.fs.root() vim. category: config tags: #neovim #lua #project #lsp #filesystem
How do I create a project-specific Lua config that Neovim loads automatically from the project directory? :trust Neovim supports project-local configuration via a . category: config tags: #config #neovim #project #local-config
How do I load project-specific Vim settings automatically when opening files in a directory? :set exrc Vim's exrc option tells Vim to look for a . category: config tags: #config #vimrc #project #ex-commands