From a975f9aa3c9278131aba3f099bcf34f759044e88 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 13 Dec 2018 04:41:46 +0100 Subject: Add 'tabular' plugin --- .gitmodules | 3 +++ bundle/tabular | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/tabular diff --git a/.gitmodules b/.gitmodules index 19fd943..215f708 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,6 @@ [submodule "bundle/vim-dome-key"] path = bundle/vim-dome-key url = https://github.com/teddywing/vim-dome-key.git +[submodule "bundle/tabular"] + path = bundle/tabular + url = https://github.com/godlygeek/tabular.git diff --git a/bundle/tabular b/bundle/tabular new file mode 160000 index 0000000..00e1e7f --- /dev/null +++ b/bundle/tabular @@ -0,0 +1 @@ +Subproject commit 00e1e7fcdbc6d753e0bc8043e0d2546fa81bf367 -- cgit v1.2.3