1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Complete words with ctrl+n or ctrl+p

This commit is contained in:
Michiel Scholten
2015-03-06 15:10:35 +01:00
parent 08b7522c7e
commit 4a40ea12c0

2
.vimrc
View File

@@ -73,6 +73,8 @@ if !exists( "b:myLang" )
endif endif
endif endif
" Word completion
set complete+=kspell
" Python autocompletion " Python autocompletion
Plugin 'davidhalter/jedi-vim' Plugin 'davidhalter/jedi-vim'