From 4a40ea12c03bf320f2c0129f2913a4f7f101b5fd Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 6 Mar 2015 15:10:35 +0100 Subject: [PATCH] Complete words with ctrl+n or ctrl+p --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index fed4456..831bff7 100644 --- a/.vimrc +++ b/.vimrc @@ -73,6 +73,8 @@ if !exists( "b:myLang" ) endif endif +" Word completion +set complete+=kspell " Python autocompletion Plugin 'davidhalter/jedi-vim'