From 42759d62300ffdf8419511acad1f11061a4f6571 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 13 Apr 2022 09:51:58 +0800 Subject: Use ctrlp when there is no fzf --- .vim/after/plugin/minpac.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/after/plugin/minpac.vim') 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') -- cgit v1.2.3