We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc245e commit dabce46Copy full SHA for dabce46
1 file changed
init.lua
@@ -177,7 +177,7 @@ vim.diagnostic.config {
177
update_in_insert = false,
178
severity_sort = true,
179
float = { border = 'rounded', source = 'if_many' },
180
- underline = { severity = vim.diagnostic.severity.ERROR },
+ underline = { severity = { min = vim.diagnostic.severity.WARN } },
181
182
-- Can switch between these as you prefer
183
virtual_text = true, -- Text shows up at the end of the line
0 commit comments