From 26cc9f2d44a12a21b95c10f1b1f61f439df3667a Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 26 Nov 2019 09:43:17 +0100 Subject: [PATCH] Add git plugin to vim. --- .gitmodules | 3 +++ vim/.vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 183ddfe..58a286e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "vim/.vim/bundle/editorconfig-vim"] path = vim/.vim/bundle/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim +[submodule "vim/.vim/bundle/vim-fugitive"] + path = vim/.vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..427ac52 --- /dev/null +++ b/vim/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 427ac52d7dab4f0950da0662416561095d6cc15d