aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-13 18:41:59 +0800
committerGuangxiong Lin <[email protected]>2022-04-13 18:41:59 +0800
commit5c9733b75c950f559cf533c9391df83b819d1155 (patch)
tree455a7e7cb81d115906d6cc80beb0d3cd6bf256dc /.vim/after/plugin/minpac.vim
parentf2e6b64ac3785051851e3b94162f8b093899ced8 (diff)
downloaddotfiles-5c9733b75c950f559cf533c9391df83b819d1155.tar.gz
dotfiles-5c9733b75c950f559cf533c9391df83b819d1155.tar.bz2
dotfiles-5c9733b75c950f559cf533c9391df83b819d1155.zip
Improve ctrlp behavior (vim)
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index b82814b..5530a65 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -23,6 +23,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/honza/vim-snippets')
call minpac#add('https://github.com/prabirshrestha/vim-lsp')
call minpac#add('https://github.com/ctrlpvim/ctrlp.vim.git', {'type': 'opt'})
+ call minpac#add('https://github.com/FelikZ/ctrlp-py-matcher.git', {'type': 'opt'})
call minpac#add('https://github.com/ludovicchabant/vim-gutentags.git')
call minpac#add('https://github.com/easymotion/vim-easymotion.git')