diff --git a/.gitmodules b/.gitmodules index 58721f8..bad046f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -276,3 +276,15 @@ [submodule "vim/bundle/vim-scripts-camelcasemotion"] path = vim/bundle/vim-scripts-camelcasemotion url = https://github.com/vim-scripts/camelcasemotion.git +[submodule "vim/bundle/garbas-vim-snipmate"] + path = vim/bundle/garbas-vim-snipmate + url = https://github.com/garbas/vim-snipmate.git +[submodule "vim/bundle/MarcWeber-vim-addon-mw-utils"] + path = vim/bundle/MarcWeber-vim-addon-mw-utils + url = https://github.com/MarcWeber/vim-addon-mw-utils.git +[submodule "vim/bundle/tomtom-tlib_vim"] + path = vim/bundle/tomtom-tlib_vim + url = https://github.com/tomtom/tlib_vim.git +[submodule "vim/bundle/honza-snipmate-snippets"] + path = vim/bundle/honza-snipmate-snippets + url = https://github.com/honza/snipmate-snippets.git diff --git a/vim/bundle/MarcWeber-vim-addon-mw-utils b/vim/bundle/MarcWeber-vim-addon-mw-utils new file mode 160000 index 0000000..a2676b4 --- /dev/null +++ b/vim/bundle/MarcWeber-vim-addon-mw-utils @@ -0,0 +1 @@ +Subproject commit a2676b4225b8a370b9e7046c5fc2f5ad1155e590 diff --git a/vim/bundle/garbas-vim-snipmate b/vim/bundle/garbas-vim-snipmate new file mode 160000 index 0000000..f1e8510 --- /dev/null +++ b/vim/bundle/garbas-vim-snipmate @@ -0,0 +1 @@ +Subproject commit f1e851048fefca4be5a4913596a9288f6ccdf6d8 diff --git a/vim/bundle/honza-snipmate-snippets b/vim/bundle/honza-snipmate-snippets new file mode 160000 index 0000000..b347b12 --- /dev/null +++ b/vim/bundle/honza-snipmate-snippets @@ -0,0 +1 @@ +Subproject commit b347b12dcfd341d3f038d2486ba714c5ac437402 diff --git a/vim/bundle/tomtom-tlib_vim b/vim/bundle/tomtom-tlib_vim new file mode 160000 index 0000000..4bfa2df --- /dev/null +++ b/vim/bundle/tomtom-tlib_vim @@ -0,0 +1 @@ +Subproject commit 4bfa2df5cfe9a139d65ab9a3ca1609623e968b90