mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Install ruby module in bundle as a submodule
This commit is contained in:
parent
0df36e582a
commit
61de2e8c9c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
|||||||
[submodule "bundle/fugitive"]
|
[submodule "bundle/fugitive"]
|
||||||
path = bundle/fugitive
|
path = bundle/fugitive
|
||||||
url = git://github.com/tpope/vim-fugitive.git
|
url = git://github.com/tpope/vim-fugitive.git
|
||||||
|
[submodule "bundle/ruby"]
|
||||||
|
path = bundle/ruby
|
||||||
|
url = git://github.com/vim-ruby/vim-ruby.git
|
||||||
|
1
bundle/ruby
Submodule
1
bundle/ruby
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c298d2f352559f0c690d5e75f7ed6ce0c61ff474
|
Loading…
Reference in New Issue
Block a user