mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Bundles as submodules - 4 more
This commit is contained in:
parent
574b39fb63
commit
d886c90c79
12
.gitmodules
vendored
12
.gitmodules
vendored
@ -103,3 +103,15 @@
|
||||
[submodule "bundle/snipmate-snippets"]
|
||||
path = bundle/snipmate-snippets
|
||||
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
@ -0,0 +1 @@
|
||||
Subproject commit cb9424c9ec241ee07e8c9b2231fe086f0d22ecc2
|
1
bundle/vim-commentary
Submodule
1
bundle/vim-commentary
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9c685131a5facfa0d643feca3a61b41c007d8170
|
1
bundle/vim-repeat
Submodule
1
bundle/vim-repeat
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415
|
1
bundle/vim-surround
Submodule
1
bundle/vim-surround
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a
|
Loading…
Reference in New Issue
Block a user