Fix color for colorcolumn.

This commit is contained in:
David Tomaschik
2017-02-03 09:06:18 -08:00
parent 5eaabf4716
commit 58ae338ece

View File

@@ -148,4 +148,4 @@ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL
" Color column at end of lines
set colorcolumn=+1
highlight ColorColumn ctermbg=lightgrey guibg=lightgrey
highlight ColorColumn ctermbg=black guibg=lightgrey