From 2e028f8a9e84d82763693832c79a2cba53098b37 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 30 Mar 2021 03:07:36 +0300 Subject: [PATCH] Vim: ColorColumn = lightgrey --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) 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()