Vim: ColorColumn = lightgrey
This commit is contained in:
parent
f145627f93
commit
d250fe467d
2
.vimrc
2
.vimrc
|
@ -59,6 +59,8 @@ function! ValaIndent()
|
||||||
set colorcolumn=120,160
|
set colorcolumn=120,160
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
hi ColorColumn ctermbg=lightgrey guibg=lightgrey
|
||||||
|
|
||||||
au FileType c call GnuIndent()
|
au FileType c call GnuIndent()
|
||||||
au FileType cpp call CppIndent()
|
au FileType cpp call CppIndent()
|
||||||
au FileType vala,vapi call ValaIndent()
|
au FileType vala,vapi call ValaIndent()
|
||||||
|
|
Loading…
Reference in New Issue