diff options
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ set spell spelllang=en set wildmode=list:longest,full set nomousehide set sessionoptions+=resize,winpos +set listchars=tab:>-,trail:. +set list +set colorcolumn=100 " Status Line Settings set laststatus=2 " always have status bar |