plugins.neo-tree.documentSymbols.kinds

An attrs specifying how LSP kinds should be rendered. Each entry should map the LSP kind name to an icon and a highlight group, for example Class = { icon = ""; hl = "Include"; }

Type: null or (attribute set of (submodule))

Default: null

Declared by:

plugins.neo-tree.documentSymbols.kinds.<name>.hl

Highlight group for this LSP kind.

Type: string

Example: "Include"

Declared by:

plugins.neo-tree.documentSymbols.kinds.<name>.icon

Icon for this LSP kind.

Type: string

Example: ""

Declared by: