diff options
| author | Ahmed Abdelhalim <[email protected]> | 2016-12-08 14:15:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2016-12-08 14:15:27 +0100 |
| commit | 7fce871877c82064c63da9b06dcbd4a421bb82be (patch) | |
| tree | fd5280b7ffb8035a5e9c385d07a146f32011925c /.vimrc | |
| parent | f867be9b19b7de41b42e9e8e77a3d4ebf0785d88 (diff) | |
FEAT: allow highlighting of column 120 to help with rubocop at work
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -167,8 +167,8 @@ autocmd CompleteDone * pclose " auto-close preview after completion "Highlight the 80, 120 columns "============================= highlight ColorColumn ctermbg=235 guibg=#2c2d27 -" let &colorcolumn="80,".join(range(120,999),",") -let &colorcolumn="80" +let &colorcolumn="80,".join(range(120,999),",") +" let &colorcolumn="80" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugin maps |
