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

Whether Nixvim manages vim.lsp.document_color.

See :h lsp-document_color

Type: boolean

Default:

false

Example:

true

Declared by:

lsp.documentColor.activate

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

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

Type: boolean

Default:

true

Example:

false

Declared by:

lsp.documentColor.settings

Options passed as the opts argument to vim.lsp.document_color.enable(). Nixvim passes nil for filter. Use lsp.luaConfig.content to filter by buffer or client.

Type: lua value

Default:

{ }

Example:

{
  style = "virtual";
}

Declared by: