add DiagnosticUnecessary highlight group
trickyni trickyniv56@gmail.com
Sun, 22 Feb 2026 14:26:57 +0200
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
lua/desert-witch/init.lua
→
lua/desert-witch/init.lua
@@ -241,6 +241,7 @@ DiagnosticWarn = { fg = orange },
DiagnosticInfo = { fg = celadon }, DiagnosticHint = { fg = cyan }, DiagnosticOk = { fg = moss }, + DiagnosticUnnecessary = { fg = bg25, strikethrough = true, sp = scarlet }, -- DiagnosticFloatingError = {}, -- DiagnosticFloatingHint = {},