add vim-gitbranch plugin
This commit is contained in:
parent
db41fbf968
commit
5a5a63626b
2 changed files with 7 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
.vim/bundle/vim-gitbranch
Submodule
1
.vim/bundle/vim-gitbranch
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8118dc1cdd387bd609852be4bf350360ce881193
|
Reference in a new issue