diff options
author | Guangxiong Lin <[email protected]> | 2022-10-10 10:47:32 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-10-10 10:47:32 +0800 |
commit | 151801fab44775f1b0d7c9be05948df9ea43ae72 (patch) | |
tree | 06fd5bbe305f35229efc94e3d19dd08f105a4b31 /.vim/after/plugin | |
parent | 5bd5e6b8e7a00029b7ddc14c5e737d92e056cf47 (diff) | |
download | dotfiles-151801fab44775f1b0d7c9be05948df9ea43ae72.tar.gz dotfiles-151801fab44775f1b0d7c9be05948df9ea43ae72.tar.bz2 dotfiles-151801fab44775f1b0d7c9be05948df9ea43ae72.zip |
Update vim-gutentags url
Diffstat (limited to '.vim/after/plugin')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index a5d28a1..cf5071d 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -66,7 +66,9 @@ function! InitMinpac() abort call minpac#add('https://github.com/prabirshrestha/asyncomplete-file.vim.git', {'type': 'opt'}) 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'}) + " 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/easymotion/vim-easymotion.git') call minpac#add('https://github.com/airblade/vim-rooter.git') call minpac#add('https://github.com/mbbill/undotree.git') |