Fix ColorColumn overriding font colour
This commit is contained in:
parent
a26529a381
commit
67f73297e1
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -231,6 +231,7 @@ if &background ==# 'light'
|
||||||
else
|
else
|
||||||
highlight SpecialKey ctermfg=darkgray ctermbg=NONE guifg=darkgray guibg=NONE
|
highlight SpecialKey ctermfg=darkgray ctermbg=NONE guifg=darkgray guibg=NONE
|
||||||
endif
|
endif
|
||||||
|
highlight ColorColumn ctermfg=NONE guifg=NONE
|
||||||
|
|
||||||
" Keep this as the last config line in the file.
|
" Keep this as the last config line in the file.
|
||||||
runtime vimrc.local
|
runtime vimrc.local
|
||||||
|
|
Loading…
Reference in a new issue