From 700ac810d0606d2a8de595b46e7f1cba483f3d36 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 4 Jul 2014 16:46:27 +0600 Subject: Add vim tabular plugin. --- .gitmodules | 3 +++ files/.vim/bundle/tabular | 1 + 2 files changed, 4 insertions(+) create mode 160000 files/.vim/bundle/tabular diff --git a/.gitmodules b/.gitmodules index 6b2f566..02f252a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,6 @@ [submodule "L9"] path = files/.vim/bundle/L9 url = https://github.com/vim-scripts/L9.git +[submodule "tabular"] + path = files/.vim/bundle/tabular + url = https://github.com/godlygeek/tabular.git diff --git a/files/.vim/bundle/tabular b/files/.vim/bundle/tabular new file mode 160000 index 0000000..60f2564 --- /dev/null +++ b/files/.vim/bundle/tabular @@ -0,0 +1 @@ +Subproject commit 60f25648814f0695eeb6c1040d97adca93c4e0bb -- cgit v1.2.3