Vim: ColorColumn = lightgrey

This commit is contained in:
Kolan Sh 2021-03-30 03:07:36 +03:00
parent d4ebc8ea46
commit 2e028f8a9e
1 changed files with 2 additions and 0 deletions

2
.vimrc
View File

@ -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()