diff --git a/.vimrc b/.vimrc index 80a1a35..3eb768b 100644 --- a/.vimrc +++ b/.vimrc @@ -59,6 +59,8 @@ function! ValaIndent() set colorcolumn=120,160 endfunction +hi ColorColumn ctermbg=lightgrey guibg=lightgrey + au FileType c call GnuIndent() au FileType cpp call CppIndent() au FileType vala,vapi call ValaIndent()