From 5eddf7f0eb7a57f3eab5c0cc98b62f6da6280b30 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 21 Nov 2013 21:22:40 +0600 Subject: Add ledger support. Vim ledger template and auto aligning with tabular plugin. Add zsh aliases. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9e255d5..1422543 100644 --- a/.gitmodules +++ b/.gitmodules @@ -60,3 +60,9 @@ [submodule "taglist.vim"] path = files/.vim/bundle/taglist.vim url = https://github.com/vim-scripts/taglist.vim +[submodule "vim-ledger"] + path = files/.vim/bundle/vim-ledger + url = https://github.com/ledger/vim-ledger +[submodule "tabular"] + path = files/.vim/bundle/tabular + url = https://github.com/godlygeek/tabular -- cgit v1.2.3