diff --git a/.vimrc b/.vimrc index 88b2a47..13e91a2 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()