diff options
author | Guangxiong Lin <[email protected]> | 2022-03-11 23:02:09 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-03-11 23:02:09 +0800 |
commit | 48049c415e1428451a037e3c1a0bbdbdd3fe5f29 (patch) | |
tree | 49b07ad16efb1bc7ea94ea012cc19563f9d3c71e /bin | |
parent | 4ba640062f028ec7438b92060ed9bfcc7e3a0ed6 (diff) | |
download | dotfiles-48049c415e1428451a037e3c1a0bbdbdd3fe5f29.tar.gz dotfiles-48049c415e1428451a037e3c1a0bbdbdd3fe5f29.tar.bz2 dotfiles-48049c415e1428451a037e3c1a0bbdbdd3fe5f29.zip |
Add vim-table-mode package (vim)
|--------+-----+--------+-------|
| This | is | a | table |
|--------+-----+--------+-------|
| It | is | a | bit |
| slow | but | it | is |
| usable | and | useful | . |
|--------+-----+--------+-------|
Diffstat (limited to 'bin')
-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 dcc96f1..00426ee 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -111,6 +111,7 @@ update_package vim-dispatch https://github.com/tpope/vim-dispatch.git & 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 & wait vim '"+helptags ALL"' +q |