aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-07 13:24:31 +0900
committernsfisis <nsfisis@gmail.com>2021-11-07 13:24:31 +0900
commitd89aa1b11b0a7c7068f6312b9cd5e3530182665e (patch)
treed56e15ef047a25ddcdf855a27a03e85c067f8bd0
parentc33f00632da5f8a82e993dcab213c6c297d93d5a (diff)
downloaddotfiles-d89aa1b11b0a7c7068f6312b9cd5e3530182665e.tar.gz
dotfiles-d89aa1b11b0a7c7068f6312b9cd5e3530182665e.tar.zst
dotfiles-d89aa1b11b0a7c7068f6312b9cd5e3530182665e.zip
.vimrc: install CtrlP plugin
-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)".