From 54fa1d21fc0e8a1b5b2b1492f98ff23c5bf03cbe Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:30:51 +0200 Subject: vim: Add CtrlP --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index d814121..b6a22ab 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -21,6 +21,7 @@ NeoBundle 'mattn/emmet-vim' NeoBundle 'miekg/rfc' NeoBundle 'tommcdo/vim-exchange' NeoBundle 'scrooloose/syntastic' +NeoBundle 'kien/ctrlp.vim' call neobundle#end() @@ -108,6 +109,10 @@ let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0 +let g:ctrlp_extensions = ['tag', 'buffertag', 'dir', 'undo', 'line', + \ 'changes', 'mixed', 'bookmarkdir'] + +nmap p :CtrlPMixed " Installation check. NeoBundleCheck -- cgit v1.2.3-54-g00ecf