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

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: null

Plugin 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: null

Plugin default: "hint"

Declared by: