diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -53,7 +53,6 @@ Plugin 'rhysd/vim-grammarous'  call vundle#end()  filetype plugin indent on -colorscheme elflord  syntax on  set exrc @@ -77,6 +76,8 @@ function FoldText()  endfunction +set backspace=indent,eol,start +  set number  set colorcolumn=80  set textwidth=80 | 
