aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-13 09:51:58 +0800
committerGuangxiong Lin <[email protected]>2022-04-13 09:51:58 +0800
commit42759d62300ffdf8419511acad1f11061a4f6571 (patch)
treeb02451db0e4a1b7f5c6c8d8d9ed3a50d4ad031fc /.vim/after/plugin/minpac.vim
parenta50815d4ea872b8f02987f13a03a83805b570af9 (diff)
downloaddotfiles-42759d62300ffdf8419511acad1f11061a4f6571.tar.gz
dotfiles-42759d62300ffdf8419511acad1f11061a4f6571.tar.bz2
dotfiles-42759d62300ffdf8419511acad1f11061a4f6571.zip
Use ctrlp when there is no fzf
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 d64fb55..54487e5 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -22,6 +22,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/SirVer/ultisnips.git', {'type': 'opt'})
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/ludovicchabant/vim-gutentags.git')
call minpac#add('https://github.com/easymotion/vim-easymotion.git')