From 8ffda4ecff0a2c93023d0e4fe4e079636d930571 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Fri, 23 Dec 2016 21:45:56 -0600 Subject: vim: add tabular for text alignment --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e347273..3e2f293 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/.vim/bundle/gruvbox"] path = vim/.vim/bundle/gruvbox url = https://github.com/morhetz/gruvbox.git +[submodule "vim/.vim/bundle/tabular"] + path = vim/.vim/bundle/tabular + url = git://github.com/godlygeek/tabular.git -- cgit v1.2.3