add vim-gitbranch plugin
parent
db41fbf968
commit
5a5a63626b
|
@ -19,3 +19,9 @@
|
||||||
[submodule ".vim/bundle/rust.vim"]
|
[submodule ".vim/bundle/rust.vim"]
|
||||||
path = .vim/bundle/rust.vim
|
path = .vim/bundle/rust.vim
|
||||||
url = https://github.com/rust-lang/rust.vim.git
|
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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8118dc1cdd387bd609852be4bf350360ce881193
|
Reference in New Issue