feat(diagnostics): add diagnostics.severity (#1755)
* feat: Support diagnostics severity * fix: Revert Hunk * feat: Supports min/max severity * feat: Supports min/max severity: tidy doc * feat: Supports min/max severity: tidy doc * feat: Supports min/max severity: tidy doc Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
committed by
GitHub
parent
cc18122be1
commit
68a2a0971e
@@ -569,6 +569,10 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
|
||||
enable = false,
|
||||
show_on_dirs = false,
|
||||
debounce_delay = 50,
|
||||
severity = {
|
||||
min = vim.diagnostic.severity.HINT,
|
||||
max = vim.diagnostic.severity.ERROR,
|
||||
},
|
||||
icons = {
|
||||
hint = "",
|
||||
info = "",
|
||||
|
||||
Reference in New Issue
Block a user