From cd757d30dd3553f09b17d8db70bc2073a526def2 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 9 Jul 2014 15:13:09 +0600 Subject: Add vim git plugin. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 9a136b7..6587a60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,6 @@ [submodule "files/.vim/bundle/syntastic"] path = files/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "files/.vim/bundle/vim-fugitive"] + path = files/.vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git -- cgit v1.2.3