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