Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

lsp.completion.enable

Whether Nixvim manages vim.lsp.completion for attached clients that support textDocument/completion.

See :h lsp-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: