diff options
author | Guangxiong Lin <[email protected]> | 2023-11-17 00:40:12 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-17 00:40:12 +0800 |
commit | 49b33aeaede7e77b084696cbc286b69260845542 (patch) | |
tree | fc66aea0cca67281815ed9cce97c74a2e9810dec /.vim/after/plugin/minpac.vim | |
parent | 39c8b27c342442e585e0729982bdb82a95bc2e6c (diff) | |
download | dotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.gz dotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.bz2 dotfiles-49b33aeaede7e77b084696cbc286b69260845542.zip |
Update config on ruby and tags
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index c5aed00..ff31f80 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -38,7 +38,6 @@ 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'}) - call minpac#add('https://github.com/ludovicchabant/vim-gutentags.git', {'type': 'opt'}) 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') |