lsp.completion.enable
Whether Nixvim manages vim.lsp.completion for attached clients that
support textDocument/completion.
Type: boolean
Default:
false
Example:
true
Declared by:
lsp.completion.activate
Value passed to vim.lsp.completion.enable(). To disable completion,
set lsp.completion.enable to true and this option to false.
Type: boolean
Default:
true
Example:
false
Declared by:
lsp.completion.settings
Options passed to vim.lsp.completion.enable().
Type: lua value
Default:
{ }
Example:
{
autotrigger = true;
}
Declared by: