From 0df36e582a14877fc9a5b918c2520c6fda9c8392 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:45:35 +0100 Subject: [PATCH] Install fugitive.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/fugitive diff --git a/.gitmodules b/.gitmodules index c50ae4d..cc26c39 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "bundle/nerdtree"] path = bundle/nerdtree url = git://github.com/scrooloose/nerdtree.git +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = git://github.com/tpope/vim-fugitive.git diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 index 0000000..0095769 --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 0095769029709b531d2505ee6ad9907dd9bd72a0