From 56266928abecd131bce8e105de32e26ca1b4d50d Mon Sep 17 00:00:00 2001 From: Tharre Date: Wed, 18 Jul 2018 13:29:51 +0200 Subject: vim: add 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 3a3c81a..aa0021f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -71,3 +71,6 @@ [submodule ".vim/bundle/fzf.vim"] path = .vim/bundle/fzf.vim url = https://github.com/junegunn/fzf.vim +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..5ba918e --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 5ba918ea7b1dff196c64872bd72cdcf5bc052dff -- cgit v1.2.3-70-g09d2