diff options
author | Guangxiong Lin <[email protected]> | 2022-01-14 15:15:37 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-14 15:15:37 +0800 |
commit | 938490170551fced5979a6a7f1a27798f5bdd02b (patch) | |
tree | b87255c4e4cf0f8b569a038597fabb74b9f12753 | |
parent | 3edb675f94bf11d351eb91c3048f65b900e6aaa9 (diff) | |
download | dotfiles-938490170551fced5979a6a7f1a27798f5bdd02b.tar.gz dotfiles-938490170551fced5979a6a7f1a27798f5bdd02b.tar.bz2 dotfiles-938490170551fced5979a6a7f1a27798f5bdd02b.zip |
Add org.vim into vim packages
-rwxr-xr-x | bin/vim-pack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vim-pack b/bin/vim-pack index 1d4425e..5f23d67 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -107,6 +107,7 @@ update_package vim-unimpaired https://github.com/tpope/vim-unimpaired.git & update_package vim-surround https://github.com/tpope/vim-surround.git & update_package vim-rsi https://github.com/tpope/vim-rsi.git & update_package vim-dispatch https://github.com/tpope/vim-dispatch.git & +update_package org.vim https://github.com/axvr/org.vim.git & wait vim '"+helptags ALL"' +q |