added todo comments as supported plugin, fixed missing error color

This commit is contained in:
2026-03-15 00:46:53 +01:00
parent b729bc7702
commit 06df433026
2 changed files with 2 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ theme.set_highlights = function(opts)
hl(0, "TelescopePromptPrefix", { fg = c.fg, bg = "NONE" })
-- diagnostics
hl(0, "DiagnosticError", { fg = c.error })
hl(0, "DiagnosticDefaultError", { fg = c.error })
hl(0, "DiagnosticUnderlineError", { fg = c.error, undercurl = true, sp = c.error })
hl(0, "DiagnosticSignError", { fg = c.error, bg = c.bg_alt })