diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-21 21:22:40 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-21 22:30:05 +0600 |
| commit | 5eddf7f0eb7a57f3eab5c0cc98b62f6da6280b30 (patch) | |
| tree | a791e72e50862915809aba8989d9d567556a6b38 /.gitmodules | |
| parent | 94f4b6ba3de933d54ab7aed0c14003d91615bcca (diff) | |
Add ledger support.
Vim ledger template and auto aligning with tabular plugin.
Add zsh aliases.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
