diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:15:25 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 18:31:44 +0600 |
| commit | 5cfc1b3c28f718cec976835f265cd99d43b859b5 (patch) | |
| tree | e86b6cd5abfeda2ed7f5ff147e75e12dccfaaf42 /.gitmodules | |
| parent | d0597921f6ee9b2bdfd7e0581df2bd7d59f5dfc9 (diff) | |
Add vim bundles: git, taglist.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 77083e9..4b8f91c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,3 +50,9 @@ [submodule "Command-T"] path = files/.vim/bundle/Command-T url = https://github.com/wincent/Command-T +[submodule "git-vim"] + path = files/.vim/bundle/git-vim + url = https://github.com/motemen/git-vim +[submodule "taglist.vim"] + path = files/.vim/bundle/taglist.vim + url = https://github.com/vim-scripts/taglist.vim |
