21
Project local settings
Justin M. Keyes edited this page 2025-04-29 04:17:46 -07:00

Use server-specific features

There are server configs for many LSP servers. For instance for the lua-language-server there is a project/workspace-relative config file called .luarc.json that is loaded from a root path of a workspace.

Use 'exrc' (project-local .nvim.lua or .nvim/)

See :help 'exrc': https://neovim.io/doc/user/options.html#'exrc'