From b140887056ed3b802ff0367f8b6a4f74e0c39fcd Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 16 Mar 2018 09:24:25 +0000 Subject: Added fugitive plugin --- .gitmodules | 3 +++ bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/fugitive diff --git a/.gitmodules b/.gitmodules index 6cf090a..e47f658 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bundle/vim-scala"] path = bundle/vim-scala url = https://github.com/derekwyatt/vim-scala.git +[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..3e0bd86 --- /dev/null +++ b/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 3e0bd86b99c50691f830d9e25a4bbe2a88078f8f -- cgit v1.2.3