diagnostic config

This commit is contained in:
Oliver Hartmann 2025-03-28 23:18:49 +01:00
parent 405cf6e7ac
commit aff6baa61e

View File

@ -135,7 +135,8 @@ vim.diagnostic.config({
},
},
-- Other diagnostic configurations (optional examples)
virtual_text = false, -- Disable virtual text (inline messages)
virtual_text = false,
virtual_lines = false,
underline = true, -- Enable underlining diagnostics
update_in_insert = false, -- Don't update diagnostics in insert mode
severity_sort = true, -- Sort diagnostics by severity