Fix ColorColumn overriding font colour

This commit is contained in:
Anthony Rose 2022-06-22 11:47:08 +00:00
parent a26529a381
commit 67f73297e1

1
vimrc
View file

@ -231,6 +231,7 @@ if &background ==# 'light'
else
highlight SpecialKey ctermfg=darkgray ctermbg=NONE guifg=darkgray guibg=NONE
endif
highlight ColorColumn ctermfg=NONE guifg=NONE
" Keep this as the last config line in the file.
runtime vimrc.local