fix diagnostics

This commit is contained in:
2025-08-19 22:24:45 -07:00
parent 8f49547f85
commit c001a0a634
2 changed files with 134 additions and 19 deletions

View File

@@ -73,12 +73,7 @@ local border = {
o.winborder = "rounded"
vim.diagnostic.config({
virtual_text = {
format = function(diagnostic)
-- You can customize the display text per diagnostic
return string.format("[%s]: %s", diagnostic.code, diagnostic.message)
end,
},
virtual_text = false,
signs = true,
underline = true,
severity_sort = true,