diff --git a/.gitmodules b/.gitmodules index 211d469..80cc182 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "bundle.available/vim-surround"] path = bundle.available/vim-surround url = https://github.com/tpope/vim-surround.git +[submodule "bundle.available/matchit"] + path = bundle.available/matchit + url = https://github.com/edsono/vim-matchit diff --git a/bundle.available/matchit b/bundle.available/matchit new file mode 160000 index 0000000..d9ec301 --- /dev/null +++ b/bundle.available/matchit @@ -0,0 +1 @@ +Subproject commit d9ec3017cf8fca4e8d0b1fcae3ff7115f7ff0d9d diff --git a/bundle/vim-matchit b/bundle/vim-matchit new file mode 120000 index 0000000..f85b9e0 --- /dev/null +++ b/bundle/vim-matchit @@ -0,0 +1 @@ +../bundle.available/vim-matchit \ No newline at end of file