all repos — desert-witch.nvim @ 6f6d559b3c03b3af8b86b3f8c2a31b56c2610b8b

An earthy, mystical color palette for neovim

add DiagnosticUnecessary highlight group
trickyni trickyniv56@gmail.com
Sun, 22 Feb 2026 14:26:57 +0200
commit

6f6d559b3c03b3af8b86b3f8c2a31b56c2610b8b

parent

f213d9d3f029f4eb00e36d1dba8ab3b801413740

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M lua/desert-witch/init.lualua/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 = {},