From 48049c415e1428451a037e3c1a0bbdbdd3fe5f29 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 11 Mar 2022 23:02:09 +0800 Subject: Add vim-table-mode package (vim) |--------+-----+--------+-------| | This | is | a | table | |--------+-----+--------+-------| | It | is | a | bit | | slow | but | it | is | | usable | and | useful | . | |--------+-----+--------+-------| --- bin/vim-pack | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.2.3