From a1d25026fdcc5ae6ee20d7427a03741c8ccd8ced Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 19 Apr 2017 17:05:22 +0200 Subject: bundle: Install vim-fugitive --- .gitmodules | 3 +++ .vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index d2a78e2..f7ab647 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule ".vim/bundle/vim-airline-themes"] path = .vim/bundle/vim-airline-themes url = https://github.com/vim-airline/vim-airline-themes.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..b2665cc --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit b2665cc65002c3ebf3aa771bb1b65ea8ef6b57d6 -- cgit v0.12