aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.vimrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9dcf98e..a351702 100644
--- a/.vimrc
+++ b/.vimrc
@@ -417,6 +417,10 @@ Plug 'cocopon/colorswatch.vim'
Plug 'rhysd/committia.vim'
" Make gui-only color schemes 256colors-compatible.
Plug 'godlygeek/csapprox'
+" Fast Fuzzy Finder.
+Plug 'ctrlpvim/ctrlp.vim'
+" CtrlP's matcher by builtin `matchfuzzy()`.
+Plug 'mattn/ctrlp-matchfuzzy'
" D {{{2
" Filer for minimalists.
@@ -1266,6 +1270,12 @@ Autocmd FileType typescript ClangFormatAutoDisable
+" ctrlp {{{2
+
+let g:ctrlp_match_func = {'match': 'ctrlp_matchfuzzy#matcher'}
+
+
+
" dirvish {{{2
" Prevent dirvish from mapping hyphen key to "<Plug>(dirvish_up)".