diff --git a/.gitmodules b/.gitmodules index bcbee13..849ccba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,9 @@ [submodule "bundle/vim-openscad"] path = bundle/vim-openscad url = https://github.com/sirtaj/vim-openscad +[submodule "bundle/vim-repeat"] + path = bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git +[submodule "bundle/vim-endwise"] + path = bundle/vim-endwise + url = git@github.com:Jab2870/vim-endwise.git diff --git a/bundle/vim-endwise b/bundle/vim-endwise new file mode 160000 index 0000000..c714a26 --- /dev/null +++ b/bundle/vim-endwise @@ -0,0 +1 @@ +Subproject commit c714a2652427ef4d524ba818baf23f861b5f0cd3 diff --git a/bundle/vim-repeat b/bundle/vim-repeat new file mode 160000 index 0000000..8106e14 --- /dev/null +++ b/bundle/vim-repeat @@ -0,0 +1 @@ +Subproject commit 8106e142dfdc278ff3eaaadd7b362ad7949d4357