summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 8060673..5a74b85 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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