From 5a5a63626bcb1609edef0cad57500b2b33223780 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 24 Jul 2019 11:59:43 -0400 Subject: [PATCH] add vim-gitbranch plugin --- .gitmodules | 6 ++++++ .vim/bundle/vim-gitbranch | 1 + 2 files changed, 7 insertions(+) create mode 160000 .vim/bundle/vim-gitbranch diff --git a/.gitmodules b/.gitmodules index 9353cec..dbd1da6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,9 @@ [submodule ".vim/bundle/rust.vim"] path = .vim/bundle/rust.vim url = https://github.com/rust-lang/rust.vim.git +[submodule "vim/bundle/vim-gitbranch"] + path = vim/bundle/vim-gitbranch + url = https://github.com/itchyny/vim-gitbranch.git +[submodule ".vim/bundle/vim-gitbranch"] + path = .vim/bundle/vim-gitbranch + url = https://github.com/itchyny/vim-gitbranch.git diff --git a/.vim/bundle/vim-gitbranch b/.vim/bundle/vim-gitbranch new file mode 160000 index 0000000..8118dc1 --- /dev/null +++ b/.vim/bundle/vim-gitbranch @@ -0,0 +1 @@ +Subproject commit 8118dc1cdd387bd609852be4bf350360ce881193