From 8c62aa912be7e205ece86bd327f94d7db1dbce2a Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 15 Jul 2021 13:28:40 +0200 Subject: Add definitions for the LspDiagnostics* groups These have been added with the release of neovim 0.5. We want a decently light style for them, so go with underline (we already use undercurl for spelling). --- colors/summit.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/colors/summit.vim b/colors/summit.vim index ac36048..2d8e99e 100644 --- a/colors/summit.vim +++ b/colors/summit.vim @@ -103,6 +103,11 @@ call s:hi ("VertSplit", s:base2, s:base5, "none") call s:hi ("Visual", "", s:teal_bg, "none") call s:hi ("WarningMsg", s:red, "", "none") +hi! LspDiagnosticsUnderlineError gui=underline guisp=Red +hi! LspDiagnosticsUnderlineWarning gui=underline guisp=Orange +hi! LspDiagnosticsUnderlineInformation gui=underline guisp=Blue +hi! LspDiagnosticsUnderlineHint gui=underline guisp=Cyan + hi! link Directory Special hi! link ModeMsg MoreMsg hi! link Question MoreMsg -- cgit v1.2.3-2-gb3c3