diff --git a/vimrc b/vimrc index 0e1a585..f3efde6 100644 --- a/vimrc +++ b/vimrc @@ -17,7 +17,7 @@ set nostartofline " leave my cursor where it was set history=10000 set autoread " Set to auto read when a file is changed from the outside set autochdir " Change current directory to be directory of current file -set colorcolumn=80 +set colorcolumn=81 "set foldmethod=syntax " Have tab complete work more like bash