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