Skip to content

Commit

Permalink
Clear the DiagnosticDeprecated group
Browse files Browse the repository at this point in the history
I don't find this terribly useful, and NeoVim's built-in LSP completion
popup uses this for applying highlights to suggested items, which is
annoying.
  • Loading branch information
yorickpeterse committed Aug 30, 2024
1 parent b57f62b commit b8262a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/grey.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ local highlights = {
DiagnosticHint = { fg = grey, bold = true },
DiagnosticInfo = { fg = blue, bold = true },
DiagnosticWarn = { fg = dark_yellow, bold = true },
DiagnosticDeprecated = {},
-- Make
makeTarget = { link = 'Function' },
-- Markdown
Expand Down

0 comments on commit b8262a9

Please sign in to comment.