diagnostic config
This commit is contained in:
parent
405cf6e7ac
commit
aff6baa61e
@ -135,7 +135,8 @@ vim.diagnostic.config({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- Other diagnostic configurations (optional examples)
|
-- Other diagnostic configurations (optional examples)
|
||||||
virtual_text = false, -- Disable virtual text (inline messages)
|
virtual_text = false,
|
||||||
|
virtual_lines = false,
|
||||||
underline = true, -- Enable underlining diagnostics
|
underline = true, -- Enable underlining diagnostics
|
||||||
update_in_insert = false, -- Don't update diagnostics in insert mode
|
update_in_insert = false, -- Don't update diagnostics in insert mode
|
||||||
severity_sort = true, -- Sort diagnostics by severity
|
severity_sort = true, -- Sort diagnostics by severity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user