diff --git a/my_configs.vim b/my_configs.vim index 0c0529e8..38860945 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -11,8 +11,8 @@ set cursorline set number " line numbers set nocompatible " choose no compatibility with legacy vi set nowrap " don't wrap lines -set colorcolumn=80 -highlight ColorColumn ctermbg=DarkGray +let &colorcolumn="80,".join(range(120,999),",") +highlight ColorColumn ctermbg=235 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => trailing whitespaces (show & remove on save)