Skip to content

Project local settings

Justin M. Keyes edited this page Apr 29, 2025 · 21 revisions

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'