From 9424e87c59cd4581331903891a9151c731da173b Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Wed, 3 Feb 2016 22:42:25 -0500 Subject: [PATCH] Installed Fugitive as a submodule. --- .gitmodules | 3 +++ bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/fugitive diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3bbcc5e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/fugitive"] + path = bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/bundle/fugitive b/bundle/fugitive new file mode 160000 index 0000000..9835920 --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 9835920a3c91236021fc8c88cc4157304e24356b