plugins.navic.settings.lsp.auto_attach
Enable to have nvim-navic automatically attach to every LSP for current buffer. Its disabled by default.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.navic.settings.lsp.preference
Table ranking lsp_servers. Lower the index, higher the priority of the server. If there are more than one server attached to a buffer. In the example below will prefer clangd over pyright
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Example:
[
"clangd"
"pyright"
]
Declared by: