From d886c90c790f6dbaf3e582b1c2555d9915e60b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Tue, 9 Jun 2015 22:55:54 +0200 Subject: [PATCH] Bundles as submodules - 4 more --- .gitmodules | 12 ++++++++++++ bundle/syntastic | 1 + bundle/vim-commentary | 1 + bundle/vim-repeat | 1 + bundle/vim-surround | 1 + 5 files changed, 16 insertions(+) create mode 160000 bundle/syntastic create mode 160000 bundle/vim-commentary create mode 160000 bundle/vim-repeat create mode 160000 bundle/vim-surround diff --git a/.gitmodules b/.gitmodules index a90ee779..bd4f911a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/bundle/syntastic b/bundle/syntastic new file mode 160000 index 00000000..cb9424c9 --- /dev/null +++ b/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit cb9424c9ec241ee07e8c9b2231fe086f0d22ecc2 diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 index 00000000..9c685131 --- /dev/null +++ b/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 9c685131a5facfa0d643feca3a61b41c007d8170 diff --git a/bundle/vim-repeat b/bundle/vim-repeat new file mode 160000 index 00000000..7a6675f0 --- /dev/null +++ b/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415 diff --git a/bundle/vim-surround b/bundle/vim-surround new file mode 160000 index 00000000..772ab958 --- /dev/null +++ b/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a