fix: use signs again for LSP diagnostics

This commit is contained in:
Oliver Ladner 2025-04-02 12:36:25 +02:00
commit 2f8fbd32d3

View file

@ -108,6 +108,12 @@ vim.diagnostic.config({
[vim.diagnostic.severity.HINT] = "󰌶",
[vim.diagnostic.severity.INFO] = "",
},
-- linehl = {
-- [vim.diagnostic.severity.ERROR] = "Error",
-- [vim.diagnostic.severity.WARN] = "Warn",
-- [vim.diagnostic.severity.INFO] = "Info",
-- [vim.diagnostic.severity.HINT] = "Hint",
-- },
},
virtual_text = true,
virtual_lines = false,