diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:15:25 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:19:00 +0600 |
| commit | d9b806e737355976152e2121dd056dce3c38aca8 (patch) | |
| tree | e86b6cd5abfeda2ed7f5ff147e75e12dccfaaf42 /.gitmodules | |
| parent | e92461b88e8b15f435afc940b6293f4cda43596b (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 |
