1
0
mirror of https://github.com/amix/vimrc synced 2025-07-17 00:54:59 +08:00

Bundles as submodules - 4 more

This commit is contained in:
Mirosław Pragłowski
2015-06-09 22:55:54 +02:00
parent 574b39fb63
commit d886c90c79
5 changed files with 16 additions and 0 deletions

12
.gitmodules vendored
View File

@ -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

Submodule bundle/syntastic added at cb9424c9ec

1
bundle/vim-commentary Submodule

Submodule bundle/vim-commentary added at 9c685131a5

1
bundle/vim-repeat Submodule

Submodule bundle/vim-repeat added at 7a6675f092

1
bundle/vim-surround Submodule

Submodule bundle/vim-surround added at 772ab9587b