aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/plugin')
-rw-r--r--.vim/after/plugin/minpac.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index a0bc261..5b7a16f 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -59,6 +59,8 @@ function! InitMinpac() abort
call minpac#add('https://github.com/tpope/vim-rsi.git')
call minpac#add('https://github.com/tpope/vim-dispatch.git')
+ call minpac#add('https://github.com/vim-test/vim-test', {'type': 'start'})
+
" external
call minpac#add('https://github.com/junegunn/fzf.git')
call minpac#add('https://github.com/junegunn/fzf.vim.git', {'type': 'opt'})