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

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-tree.diagnostics.debounceDelay

Idle milliseconds between diagnostic event and update.

Plugin default: 50

Type: null or signed integer or floating point number or raw lua code

Default: null

Declared by:

plugins.nvim-tree.diagnostics.showOnDirs

Show diagnostic icons on parent directories.

Plugin default: false

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.nvim-tree.diagnostics.showOnOpenDirs

Show diagnostics icons on directories that are open. Only relevant when diagnostics.showOnDirs is `true

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by: