From d89aa1b11b0a7c7068f6312b9cd5e3530182665e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Nov 2021 13:24:31 +0900 Subject: .vimrc: install CtrlP plugin --- .vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 "(dirvish_up)". -- cgit v1.2.3-70-g09d2