From f4d67035ef677045b4efd66a5514bdf243ab677b Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 11 Nov 2014 22:03:45 +0000 Subject: [PATCH] Added vim plugin kien/ctrlp.vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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