Wrap at 80; I give up

This commit is contained in:
Eryn Wells 2014-04-13 08:03:17 -07:00
parent 98bb672bcd
commit 65ea45962b

2
vimrc
View file

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