aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-12-02 23:42:36 +0800
committerGuangxiong Lin <[email protected]>2022-12-02 23:42:36 +0800
commit449208367563b5b7e9e06cffc719e2500731ce7c (patch)
tree83ba65135f4abc1425b1684bd9986815275dfe4b /.vim/after/plugin/minpac.vim
parentda6f770ac79d78d4452cfe345e8e1f035ad36526 (diff)
downloaddotfiles-449208367563b5b7e9e06cffc719e2500731ce7c.tar.gz
dotfiles-449208367563b5b7e9e06cffc719e2500731ce7c.tar.bz2
dotfiles-449208367563b5b7e9e06cffc719e2500731ce7c.zip
Use vim easymotion again
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 0ccfe11..65e429e 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -30,7 +30,6 @@ function! InitMinpac() abort
call minpac#add('https://github.com/rhysd/vim-lsp-ale.git', {'type': 'opt'})
call minpac#add('https://github.com/andymass/vim-matchup.git', {'type': 'start'})
- call minpac#add('https://github.com/monkoose/vim9-stargate.git', {'type': 'opt'})
if has('nvim')
call minpac#add('https://github.com/nvim-lua/plenary.nvim', {'type': 'opt'})
@@ -68,7 +67,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/yami-beta/asyncomplete-omni.vim', {'type': 'opt'})
call minpac#add('https://github.com/ludovicchabant/vim-gutentags.git', {'type': 'opt'})
- " call minpac#add('https://github.com/easymotion/vim-easymotion.git')
+ call minpac#add('https://github.com/easymotion/vim-easymotion.git', {'type': 'opt'})
call minpac#add('https://github.com/airblade/vim-rooter.git')
call minpac#add('https://github.com/mbbill/undotree.git')
call minpac#add('https://github.com/godlygeek/tabular.git')