diff --git a/.gitmodules b/.gitmodules index 38aebdb..af4346a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,9 +14,6 @@ [submodule "vim/bundle/tcomment_vim"] path = vim/bundle/tcomment_vim url = git@github.com:tomtom/tcomment_vim.git -[submodule "vim/bundle/vim-autoclose"] - path = vim/bundle/vim-autoclose - url = git@github.com:Townk/vim-autoclose.git [submodule "vim/bundle/vim-exchange"] path = vim/bundle/vim-exchange url = git@github.com:tommcdo/vim-exchange.git @@ -41,3 +38,6 @@ [submodule "vim/bundle/indentLine"] path = vim/bundle/indentLine url = git@github.com:Yggdroot/indentLine.git +[submodule "vim/bundle/delimitMate"] + path = vim/bundle/delimitMate + url = git@github.com:Raimondi/delimitMate.git diff --git a/vim/bundle/delimitMate b/vim/bundle/delimitMate new file mode 160000 index 0000000..470c053 --- /dev/null +++ b/vim/bundle/delimitMate @@ -0,0 +1 @@ +Subproject commit 470c053a3ba673007a85237a1ac8415428fd8446 diff --git a/vim/bundle/vim-autoclose b/vim/bundle/vim-autoclose deleted file mode 160000 index a9a3b73..0000000 --- a/vim/bundle/vim-autoclose +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a9a3b7384657bc1f60a963fd6c08c63fc48d61c3