diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ set cc=80 syntax on filetype plugin indent on +autocmd FileType cpp set complete-=i + " spelling setlocal spell spelllang=en_us set nospell |