vim: undercurl!!

This commit is contained in:
Gabriel Ebner 2021-06-29 21:03:06 +02:00
parent a8692a6b3c
commit c7161c0ef1
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -323,6 +323,10 @@ hi LspReferenceWrite cterm=bold ctermbg=red guibg=LightYellow
hi LspDiagnosticsDefaultError cterm=bold ctermfg=Red hi LspDiagnosticsDefaultError cterm=bold ctermfg=Red
hi LspDiagnosticsDefaultWarning cterm=bold ctermfg=Yellow hi LspDiagnosticsDefaultWarning cterm=bold ctermfg=Yellow
hi LspDiagnosticsDefaultInformation ctermfg=Blue hi LspDiagnosticsDefaultInformation ctermfg=Blue
hi LspDiagnosticsUnderlineError gui=undercurl
hi LspDiagnosticsUnderlineWarning gui=undercurl
hi LspDiagnosticsUnderlineInformation gui=undercurl
hi LspDiagnosticsUnderlineHint gui=undercurl
hi link SpecialChar Character hi link SpecialChar Character
au syntax leaninfo setl scl=no au syntax leaninfo setl scl=no