From f9e351c977aecd6c238da1f675c500a04170f2c5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Oct 2015 14:39:28 +0100 Subject: [PATCH] Add Fugitive submodule --- .gitmodules | 3 +++ bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index e8438c2..acb2612 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "bundle/vimoutliner"] path = bundle/vimoutliner url = https://github.com/vimoutliner/vimoutliner.git +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..b5188a1 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit b5188a1b4f9aabd1454f7b8dd621d467ca7ee3a7