mirror of
https://github.com/amix/vimrc
synced 2025-07-17 17:15: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"]
|
||||
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
|
||||
|
Reference in New Issue
Block a user