aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-09-27 15:20:32 +0800
committerGuangxiong Lin <[email protected]>2022-09-27 15:20:49 +0800
commit1052ab892de47976c4f6dabed2b8798c02256d56 (patch)
tree3fdcb79b1e74b64c6c4452c1b44d3de1d6214d6a /.vim/after/plugin/minpac.vim
parente324531cefff20d2310f25be6d8cae82fb053554 (diff)
downloaddotfiles-1052ab892de47976c4f6dabed2b8798c02256d56.tar.gz
dotfiles-1052ab892de47976c4f6dabed2b8798c02256d56.tar.bz2
dotfiles-1052ab892de47976c4f6dabed2b8798c02256d56.zip
Try vim9-stargate
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 4adf566..a5d28a1 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -30,6 +30,7 @@ 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'})
@@ -66,7 +67,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/prabirshrestha/asyncomplete-buffer.vim.git', {'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')
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')