plugins.navic.lsp.autoAttach
Enable to have nvim-navic automatically attach to every LSP for current buffer. Its disabled by default.
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.navic.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
Example: [ "clangd" "pyright" ]
.
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by: