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.semanticTokens.enable

Whether Nixvim manages vim.lsp.semantic_tokens.

See :h lsp-semantic_tokens

Type: boolean

Default:

false

Example:

true

Declared by:

lsp.semanticTokens.activate

Value passed to vim.lsp.semantic_tokens.enable().

Neovim enables this feature by default. To disable it, set lsp.semanticTokens.enable to true and this option to false.

Type: boolean

Default:

true

Example:

false

Declared by: