diff options
Diffstat (limited to '')
-rw-r--r-- | .vim/bundles.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim index c32c005..8e7d461 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -43,6 +43,9 @@ Plugin 'toggle_words.vim' " syntactic checkers Plugin 'scrooloose/syntastic' +" Ctrl-P +Plugin 'ctrlpvim/ctrlp.vim' + " projects Plugin 'project.tar.gz' |