diff --git a/.gitmodules b/.gitmodules index 22ee6e6..3903ef2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,6 @@ [submodule "vim/bundle/vim-autoclose"] path = vim/bundle/vim-autoclose url = git@github.com:Townk/vim-autoclose.git -[submodule "vim/bundle/vim-blockify"] - path = vim/bundle/vim-blockify - url = git@github.com:mhinz/vim-blockify.git [submodule "vim/bundle/vim-exchange"] path = vim/bundle/vim-exchange url = git@github.com:tommcdo/vim-exchange.git @@ -40,3 +37,6 @@ [submodule "vim/bundle/gruvbox"] path = vim/bundle/gruvbox url = git@github.com:morhetz/gruvbox.git +[submodule "vim/bundle/vim-matchparenalways"] + path = vim/bundle/vim-matchparenalways + url = git@github.com:justinmk/vim-matchparenalways.git diff --git a/vim/bundle/vim-blockify b/vim/bundle/vim-blockify deleted file mode 160000 index aa1c167..0000000 --- a/vim/bundle/vim-blockify +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aa1c1672c26a3f6295eb5e0be5256e9a9934463f diff --git a/vim/bundle/vim-matchparenalways b/vim/bundle/vim-matchparenalways new file mode 160000 index 0000000..44da6c6 --- /dev/null +++ b/vim/bundle/vim-matchparenalways @@ -0,0 +1 @@ +Subproject commit 44da6c695b9e6767f562c2191784bad740a39030