From 7af7b6e8fb97053000cbb27ac754de5775ef9f7f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 24 Sep 2012 11:23:59 +1200 Subject: Add Tabular plugin --- .gitmodules | 4 ++++ vim/bundle/tabular | 1 + 2 files changed, 5 insertions(+) create mode 160000 vim/bundle/tabular diff --git a/.gitmodules b/.gitmodules index 4fdaa4e9..17f1c5bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,7 @@ path = vim/bundle/sahara url = git://github.com/tejr/sahara.git ignore = dirty +[submodule "vim/bundle/tabular"] + path = vim/bundle/tabular + url = https://github.com/godlygeek/tabular.git + ignore = dirty diff --git a/vim/bundle/tabular b/vim/bundle/tabular new file mode 160000 index 00000000..ad2a5a1d --- /dev/null +++ b/vim/bundle/tabular @@ -0,0 +1 @@ +Subproject commit ad2a5a1d54443ab27f1282c5617f55b8e0819623 -- cgit v1.2.3