From 5d4066feaff803ed04748a4c4a2fc9be6abd8146 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 20:27:20 +0200 Subject: [PATCH] move .vim/bundle/vim-fugitive to git submodule --- .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 269ebb3..d3b3b1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule ".vim/bundle/vim-airline"] path = .vim/bundle/vim-airline url = https://github.com/vim-airline/vim-airline.git +[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..c00ebd7 --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit c00ebd75ac23f4080c0d0bf9453b16304a3fb316