Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt LspDiagnostics* highlight groups to latest neovim upstream changes (fixes #147) #148

Merged
merged 1 commit into from
Nov 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -774,24 +774,20 @@ endif
" }}}
" LSP: {{{

hi! link LspDiagnosticsError GruvboxRed
hi! link LspDiagnosticsErrorSign GruvboxRedSign
hi! link LspDiagnosticsErrorFloating GruvboxRed
hi! link LspDiagnosticsDefaultError GruvboxRed
hi! link LspDiagnosticsSignError GruvboxRedSign
hi! link LspDiagnosticsUnderlineError GruvboxRedUnderline

hi! link LspDiagnosticsWarning GruvboxYellow
hi! link LspDiagnosticsWarningSign GruvboxYellowSign
hi! link LspDiagnosticsWarningFloating GruvboxYellow
hi! link LspDiagnosticsDefaultWarning GruvboxYellow
hi! link LspDiagnosticsSignWarning GruvboxYellowSign
hi! link LspDiagnosticsUnderlineWarning GruvboxYellowUnderline

hi! link LspDiagnosticsInformation GruvboxBlue
hi! link LspDiagnosticsInformationSign GruvboxBlueSign
hi! link LspDiagnosticsInformationFloating GruvboxBlue
hi! link LspDiagnosticsDefaultInformation GruvboxBlue
hi! link LspDiagnosticsSignInformation GruvboxBlueSign
hi! link LspDiagnosticsUnderlineInformation GruvboxBlueUnderline

hi! link LspDiagnosticsHint GruvboxAqua
hi! link LspDiagnosticsHintSign GruvboxAquaSign
hi! link LspDiagnosticsHintFloating GruvboxAqua
hi! link LspDiagnosticsDefaultHint GruvboxAqua
hi! link LspDiagnosticsSignHint GruvboxAquaSign
hi! link LspDiagnosticsUnderlineHint GruvboxAquaUnderline

" }}}
Expand Down