From 52ad3c5172d2639cfe167f08c7fed08b285451e3 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 24 Jan 2017 17:45:37 +0100 Subject: [PATCH] [vim] comment how to use ColorColumn --- .vim/colors/mycolor.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/colors/mycolor.vim b/.vim/colors/mycolor.vim index 8d43cbb..6a8d13e 100644 --- a/.vim/colors/mycolor.vim +++ b/.vim/colors/mycolor.vim @@ -88,6 +88,7 @@ endif highlight! ErrorMsg ctermfg=Red ctermbg=Black endif +" to be used with set colorcolumn=81 highlight ColorColumn ctermbg=236 " define whitespaces at end of line as bad whitespaces