eddyekofo94 / gruvbox-flat.nvim

Another attempt of a flat Gruvbox theme for Neovim
MIT License
243 stars 22 forks source link

fix: replace LspDiagnosticsUnderline%LEVEL% highlight group with DiagnosticUnderline%LEVEL% #31

Open ryanmsnyder opened 1 year ago

ryanmsnyder commented 1 year ago

It seems that the highlight group LspDiagnosticsUnderline is deprecated. I couldn't find any mention of it in the neovim docs. Also, diagnostic undercurls were not working for me with this theme using neovim v0.9.1. Replacing LspDiagnosticsUnderline with DiagnosticUnderline fixed the issue.