From ebf4c95ac70e3fe7a1225278f6aa5de7f032ed00 Mon Sep 17 00:00:00 2001 From: Austen Date: Mon, 21 Jul 2014 05:04:07 -0400 Subject: [PATCH] Added ctrlp-funky plugin --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 998c69f..55f71bd 100644 --- a/vimrc +++ b/vimrc @@ -113,6 +113,7 @@ nnoremap :bp nnoremap :bn nnoremap z _| nnoremap bn G?Bundleyyp$hdi'"+gP0Wl3d/\/x:nohlsearch:up:BundleInstall +nnoremap :CtrlPFunky nmap [e nmap ]e vmap [egv @@ -182,6 +183,7 @@ let g:neocomplcache_max_list=20 let g:neocomplcache_force_overwrite_completefunc=1 let g:neocomplcache_min_syntax_length = 2 let g:php_refactor_command='php /usr/local/bin/refactor.phar' +let g:ctrlp_extensions=['funky'] "inoremap neocomplcache#smart_close_popup()."\" "let g:neocomplcache_enable_auto_select = 1 let loaded_matchit = 1 @@ -225,6 +227,7 @@ Bundle 'tpope/vim-unimpaired' Bundle 'kien/ctrlp.vim' Bundle 'godlygeek/tabular' Bundle 'tpope/vim-abolish' +Bundle 'tacahiroy/ctrlp-funky' filetype plugin indent on if exists("+undofile") if isdirectory($HOME . '/.vim/undo') == 0