summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Müller2021-07-15 13:28:40 +0200
committerWolfgang Müller2021-07-15 13:28:40 +0200
commit8c62aa912be7e205ece86bd327f94d7db1dbce2a (patch)
treee157c938a151b85b0bf1e04c722ef6ab16775e14
parent904e92d4dafb94265590b31ca55078bec325d5e1 (diff)
downloadvim-summit-8c62aa912be7e205ece86bd327f94d7db1dbce2a.tar.gz
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).
-rw-r--r--colors/summit.vim5
1 files changed, 5 insertions, 0 deletions
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