[vim] Show colored column at 80, 89, and 120

Line wrap at 120
This commit is contained in:
Eryn Wells 2015-01-03 18:37:35 -08:00
parent 7ad97f48ea
commit 5d4a466852

4
vimrc
View file

@ -41,12 +41,12 @@ set wrap " wrap long lines
set linebreak " break at between words
set textwidth=120 " wrap at 120 characters
set colorcolumn=80,89,120
" highlight 80th and 120th columns
" highlight these columns
set showmatch " show matching things: (), {}, [], etc
set fo+=n " format numbered lists properly
set list
set nolist
set lcs+=tab:▸\ " show tabs
set lcs+=eol" show end-of-lines
set lcs+=trail:・ " show trailing spaces