plugins.nvim-tree.diagnostics.enable
Show LSP and COC diagnostics in the signcolumn Note that the modified sign will take precedence over the diagnostics signs.
NOTE
: it will use the default diagnostic color groups to highlight the signs.
If you wish to customize, you can override these groups:
NvimTreeLspDiagnosticsError
NvimTreeLspDiagnosticsWarning
NvimTreeLspDiagnosticsInformation
NvimTreeLspDiagnosticsHint
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.diagnostics.debounceDelay
Idle milliseconds between diagnostic event and update.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 50
Declared by:
plugins.nvim-tree.diagnostics.showOnDirs
Show diagnostic icons on parent directories.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-tree.diagnostics.showOnOpenDirs
Show diagnostics icons on directories that are open.
Only relevant when diagnostics.showOnDirs
is `true
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: