diff options
author | Guangxiong Lin <[email protected]> | 2022-03-27 10:31:47 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-27 10:31:47 +0800 |
commit | fd168a23bdc4f07d549cd91390eea2dc613c542a (patch) | |
tree | 87a3d19f4e7cb056651b1a7e78bad9e26d9ab1b7 /bin/vim-pack | |
parent | 3cc6c3e489d39f6a9df48639e835fbca9f6c2fe4 (diff) | |
download | dotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.tar.gz dotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.tar.bz2 dotfiles-fd168a23bdc4f07d549cd91390eea2dc613c542a.zip |
Remove tagbar (vim)
Diffstat (limited to 'bin/vim-pack')
-rwxr-xr-x | bin/vim-pack | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/vim-pack b/bin/vim-pack index 9eda443..00426ee 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -112,7 +112,6 @@ update_package org.vim https://github.com/axvr/org.vim.git & update_package fcitx.vim https://github.com/lilydjwg/fcitx.vim.git opt & update_package smartim https://github.com/ybian/smartim.git opt & update_package vim-table-mode https://github.com/dhruvasagar/vim-table-mode.git & -update_package tagbar https://github.com/preservim/tagbar & wait vim '"+helptags ALL"' +q |