Added vim plugin kien/ctrlp.vim

This commit is contained in:
Scott Wallace 2014-11-11 22:03:45 +00:00
parent 90796c8b97
commit f4d67035ef

1
.vimrc
View file

@ -13,6 +13,7 @@ Plugin 'scrooloose/nerdtree'
Plugin 'bling/vim-airline' Plugin 'bling/vim-airline'
Plugin '29decibel/codeschool-vim-theme' Plugin '29decibel/codeschool-vim-theme'
Plugin 'Shougo/neocomplcache.vim' Plugin 'Shougo/neocomplcache.vim'
Plugin 'kien/ctrlp.vim'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required