mirror of
https://github.com/amix/vimrc
synced 2025-07-17 09:05:01 +08:00
Bundles as submodules - 4 more
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -103,3 +103,15 @@
|
|||||||
[submodule "bundle/snipmate-snippets"]
|
[submodule "bundle/snipmate-snippets"]
|
||||||
path = bundle/snipmate-snippets
|
path = bundle/snipmate-snippets
|
||||||
url = git@github.com:scrooloose/snipmate-snippets.git
|
url = git@github.com:scrooloose/snipmate-snippets.git
|
||||||
|
[submodule "bundle/vim-surround"]
|
||||||
|
path = bundle/vim-surround
|
||||||
|
url = git@github.com:tpope/vim-surround.git
|
||||||
|
[submodule "bundle/syntastic"]
|
||||||
|
path = bundle/syntastic
|
||||||
|
url = git@github.com:scrooloose/syntastic.git
|
||||||
|
[submodule "bundle/vim-repeat"]
|
||||||
|
path = bundle/vim-repeat
|
||||||
|
url = git@github.com:tpope/vim-repeat.git
|
||||||
|
[submodule "bundle/vim-commentary"]
|
||||||
|
path = bundle/vim-commentary
|
||||||
|
url = git@github.com:tpope/vim-commentary.git
|
||||||
|
1
bundle/syntastic
Submodule
1
bundle/syntastic
Submodule
Submodule bundle/syntastic added at cb9424c9ec
1
bundle/vim-commentary
Submodule
1
bundle/vim-commentary
Submodule
Submodule bundle/vim-commentary added at 9c685131a5
1
bundle/vim-repeat
Submodule
1
bundle/vim-repeat
Submodule
Submodule bundle/vim-repeat added at 7a6675f092
1
bundle/vim-surround
Submodule
1
bundle/vim-surround
Submodule
Submodule bundle/vim-surround added at 772ab9587b
Reference in New Issue
Block a user