diff --git a/.gitmodules b/.gitmodules index 5fca663..01bb970 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,12 +43,15 @@ [submodule "bundle/tagbar"] path = bundle/tagbar url = https://github.com/majutsushi/tagbar -[submodule "bundle/unbundle"] - path = bundle/unbundle - url = https://github.com/sunaku/vim-unbundle [submodule "bundle/colorscheme-kalisi"] path = bundle/colorscheme-kalisi url = https://github.com/freeo/vim-kalisi [submodule "bundle/youcompleteme"] path = bundle/youcompleteme url = gh:Valloric/YouCompleteMe +[submodule "bundle/auto-pairs"] + path = bundle/auto-pairs + url = gh:jiangmiao/auto-pairs +[submodule "bundle/pathogen"] + path = bundle/pathogen + url = gh:tpope/vim-pathogen diff --git a/bundle/auto-pairs b/bundle/auto-pairs new file mode 160000 index 0000000..7390859 --- /dev/null +++ b/bundle/auto-pairs @@ -0,0 +1 @@ +Subproject commit 73908591025b7064ddd9336da6d84841e6dfd148 diff --git a/bundle/pathogen b/bundle/pathogen new file mode 160000 index 0000000..b9fb0df --- /dev/null +++ b/bundle/pathogen @@ -0,0 +1 @@ +Subproject commit b9fb0dfd811004010f5f6903edef42d6004ebea2 diff --git a/bundle/unbundle b/bundle/unbundle deleted file mode 160000 index b046e7a..0000000 --- a/bundle/unbundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b046e7a67100594d4ab0cea22c1fa462554721d2