Mercurial > dotfiles
comparison dot_config/nvim/init.vim @ 302:64b404b2eba0
Set LspDiagnosticsDefaultError highlight to something that does not make my eyes bleed
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 13 Nov 2020 09:46:16 +0100 |
parents | f1590ff676ab |
children | eaf1cdf558a0 |
comparison
equal
deleted
inserted
replaced
301:f1590ff676ab | 302:64b404b2eba0 |
---|---|
221 autocmd ColorScheme * call IndentGuidesColor() | 221 autocmd ColorScheme * call IndentGuidesColor() |
222 augroup END | 222 augroup END |
223 | 223 |
224 function! ColorOverrides() abort | 224 function! ColorOverrides() abort |
225 highlight! link LspDiagnosticsError WarningMsg | 225 highlight! link LspDiagnosticsError WarningMsg |
226 highlight! link LspDiagnosticsVirtualTextError WarningMsg | |
227 highlight! link LspDiagnosticsDefaultError WarningMsg | |
226 endfunction | 228 endfunction |
227 | 229 |
228 augroup ColorOverrides | 230 augroup ColorOverrides |
229 autocmd! | 231 autocmd! |
230 autocmd ColorScheme * call ColorOverrides() | 232 autocmd ColorScheme * call ColorOverrides() |