Add colorcolumn.

This commit is contained in:
David Tomaschik
2017-01-23 21:01:32 -08:00
parent ab73763b4f
commit 3175b2bcd7

View File

@@ -145,3 +145,7 @@ autocmd Filetype votl setlocal sts=4
" Highlight whitespace at end of file " Highlight whitespace at end of file
highlight ExtraWhitespace ctermbg=red guibg=red highlight ExtraWhitespace ctermbg=red guibg=red
autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL 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