Added vim plugin kien/ctrlp.vim
This commit is contained in:
parent
90796c8b97
commit
f4d67035ef
1
.vimrc
1
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue