1
0
mirror of https://github.com/xlogerais/config-vim synced 2025-06-14 03:06:54 +02:00

Install git.vim bundle as a submodule.

This commit is contained in:
Xavier Logerais (Numericable - Ingénierie Système)
2015-03-02 16:19:47 +01:00
parent b84a03fd0f
commit 045db493a1
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -40,3 +40,6 @@
[submodule "bundle/matchit"] [submodule "bundle/matchit"]
path = bundle/matchit path = bundle/matchit
url = https://github.com/tmhedberg/matchit.git url = https://github.com/tmhedberg/matchit.git
[submodule "bundle/git"]
path = bundle/git
url = https://github.com/tpope/vim-git.git

1
bundle/git Submodule

Submodule bundle/git added at 3612660957