[vim] Add colorcolumn at 89

This commit is contained in:
Eryn Wells 2014-07-04 09:51:22 -07:00
parent f1d3875d9a
commit 0688612604

3
vimrc
View file

@ -40,7 +40,8 @@ set ttyfast " fast terminals
set wrap " wrap long lines
set linebreak " break at between words
set textwidth=80 " wrap at 120 characters
set colorcolumn=80,120 " highlight 80th and 120th columns
set colorcolumn=80,89,120
" highlight 80th and 120th columns
set showmatch " show matching things: (), {}, [], etc
set fo+=n " format numbered lists properly