From 47a069063b7eb5354f73c36c70e7cb907853c5b6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 25 Nov 2023 21:34:56 +0100 Subject: Add 'vim-fugitive' plugin Adding the plugin for real. It's been indispensable for code review. --- .gitmodules | 3 +++ bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 405f64c..2256353 100644 --- a/.gitmodules +++ b/.gitmodules @@ -136,3 +136,6 @@ [submodule "bundle/vim-mutt-aliases"] path = bundle/vim-mutt-aliases url = https://github.com/Konfekt/vim-mutt-aliases +[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..46eaf89 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 46eaf8918b347906789df296143117774e827616 -- cgit v1.2.3