diff options
author | Teddy Wing | 2020-04-15 12:00:53 +0200 |
---|---|---|
committer | Teddy Wing | 2020-04-15 12:00:53 +0200 |
commit | 5e2f414af21715c8d087bec3813290c8d14fe35d (patch) | |
tree | 6155df4e1d7baca36f7ae8a032d03f37d6c4f65c | |
parent | 7b93e61469aedd28e9fbb6652b0fef7cdb4bc2d7 (diff) | |
download | dotvim-5e2f414af21715c8d087bec3813290c8d14fe35d.tar.bz2 |
Add 'vim-table-mode' plugin
Makes it easier to reformat plain text tables.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-table-mode | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 807274d..fc22fed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -116,3 +116,6 @@ [submodule "bundle/vim-textobj-quote"] path = bundle/vim-textobj-quote url = https://github.com/reedes/vim-textobj-quote.git +[submodule "bundle/vim-table-mode"] + path = bundle/vim-table-mode + url = https://github.com/dhruvasagar/vim-table-mode.git diff --git a/bundle/vim-table-mode b/bundle/vim-table-mode new file mode 160000 +Subproject 6412352b544bda764a9616c3090abb09729526b |