aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/minpac.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-11-24 09:44:35 +0800
committerGuangxiong Lin <[email protected]>2022-11-24 09:44:35 +0800
commit4e81a35dcb0b97beafe96116d2c9f2d64a2648c6 (patch)
tree293b4921acbe58d06e738001188e7928c28fe3c8 /.vim/after/plugin/minpac.vim
parent652ba26f32b55b6f0e47f746d3c7a11d96f3eb97 (diff)
downloaddotfiles-4e81a35dcb0b97beafe96116d2c9f2d64a2648c6.tar.gz
dotfiles-4e81a35dcb0b97beafe96116d2c9f2d64a2648c6.tar.bz2
dotfiles-4e81a35dcb0b97beafe96116d2c9f2d64a2648c6.zip
Revert to the origin vim-gutentags
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r--.vim/after/plugin/minpac.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim
index 71b038a..0ccfe11 100644
--- a/.vim/after/plugin/minpac.vim
+++ b/.vim/after/plugin/minpac.vim
@@ -67,9 +67,7 @@ function! InitMinpac() abort
call minpac#add('https://github.com/prabirshrestha/asyncomplete-buffer.vim.git', {'type': 'opt'})
call minpac#add('https://github.com/yami-beta/asyncomplete-omni.vim', {'type': 'opt'})
- " Some bugs are not fixed in the upstream repo. Switch back to the
- " upstream repo after the bug is fixed.
- call minpac#add('https://github.com/skywind3000/vim-gutentags.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/airblade/vim-rooter.git')
call minpac#add('https://github.com/mbbill/undotree.git')