From 39860bad1e061b769b3db81986a88c9bab1236dc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 19 Jan 2012 23:33:29 +1300 Subject: Added Fugitive. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 63c33c0f..d3d24d80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen url = http://github.com/tpope/vim-pathogen.git +[submodule "vim/bundle/fugitive"] + path = vim/bundle/fugitive + url = http://github.com/tpope/vim-fugitive.git -- cgit v1.2.3