plugins.nvim-tree.diagnostics.severity.max

Maximum severity for which the diagnostics will be displayed. See |diagnostic-severity|.

Type: null or unsigned integer, meaning >=0, or one of “error”, “warn”, “info”, “hint”

Default: "error"

Declared by:

plugins.nvim-tree.diagnostics.severity.min

Minimum severity for which the diagnostics will be displayed. See |diagnostic-severity|.

Type: null or unsigned integer, meaning >=0, or one of “error”, “warn”, “info”, “hint”

Default: "hint"

Declared by: