diff --git a/vimrc b/vimrc index ad43215..905ed30 100644 --- a/vimrc +++ b/vimrc @@ -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