From 4cb51c3bbafff94f19a2dd6518337d6e0196b5d9 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 21 Mar 2019 14:10:17 -0700 Subject: [PATCH] Add fugitive. --- .gitmodules | 3 +++ dotfiles/vim/pack/matir/start/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 dotfiles/vim/pack/matir/start/fugitive diff --git a/.gitmodules b/.gitmodules index 484ec5c..f04e888 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "dotfiles/vim/pack/matir/start/editorconfig"] path = dotfiles/vim/pack/matir/start/editorconfig url = https://github.com/editorconfig/editorconfig-vim.git +[submodule "dotfiles/vim/pack/matir/start/fugitive"] + path = dotfiles/vim/pack/matir/start/fugitive + url = https://github.com/tpope/vim-fugitive diff --git a/dotfiles/vim/pack/matir/start/fugitive b/dotfiles/vim/pack/matir/start/fugitive new file mode 160000 index 0000000..bd0b87d --- /dev/null +++ b/dotfiles/vim/pack/matir/start/fugitive @@ -0,0 +1 @@ +Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28