From 30239bd97499dc78818755d96eec165f8bc6785e Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 15 Nov 2016 11:54:49 +0000 Subject: [PATCH] Add fugitive --- .gitmodules | 3 +++ bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 38243be..c4eca3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "bundle/vim-airline-themes"] path = bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = git://github.com/tpope/vim-fugitive.git diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..b754bc2 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit b754bc2031f21a532c083dd0d072ba373bbe3a37