120 char textwidth

This commit is contained in:
Eryn Wells 2013-08-07 22:43:43 -07:00
parent dd1c61da05
commit de3819015e

4
vimrc
View file

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