diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2016-07-09 20:44:01 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2016-07-09 20:44:02 +0200 |
commit | e2f9440378ab9ffa0aeebf2a4c20eb81f9e942ab (patch) | |
tree | 043549b31ee520c958e103768ca2364006098c11 | |
parent | 5c757e87bc308a801ac89e6a8c6c7b61acac3f01 (diff) | |
download | dotfiles-e2f9440378ab9ffa0aeebf2a4c20eb81f9e942ab.tar.gz dotfiles-e2f9440378ab9ffa0aeebf2a4c20eb81f9e942ab.tar.bz2 dotfiles-e2f9440378ab9ffa0aeebf2a4c20eb81f9e942ab.zip |
[vim] add ctrlp
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' |