diff options
| author | Anton Bobov <abobov@gmail.com> | 2014-07-04 16:46:27 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2014-07-04 16:46:27 +0600 |
| commit | 700ac810d0606d2a8de595b46e7f1cba483f3d36 (patch) | |
| tree | 294875fa86052434c0caaf2f1d03057f48e979c0 /.gitmodules | |
| parent | 16d02202157154d55a2efa2c17a057a7f19da3e9 (diff) | |
Add vim tabular plugin.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
