From 231c602ea2e0633465782a66e789e6abab967522 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 24 Feb 2015 10:36:26 +0100 Subject: Added vim-fugitive plugin --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 1075e84..60a1468 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vim/bundle/syntastic"] path = vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule "vim/bundle/vim-fugitive"] + path = vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git -- cgit v1.2.3