From d9b806e737355976152e2121dd056dce3c38aca8 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 14 Nov 2013 16:15:25 +0600 Subject: Add vim bundles: git, taglist. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3