diff options
-rw-r--r-- | .gitmodules | 17 | ||||
m--------- | bundle/unbundle | 0 | ||||
m--------- | pack/bundle/start/YouCompleteMe (renamed from bundle/YouCompleteMe) | 0 | ||||
m--------- | pack/bundle/start/airline (renamed from bundle/airline) | 0 | ||||
m--------- | pack/bundle/start/clang-format (renamed from bundle/clang-format) | 0 | ||||
m--------- | pack/bundle/start/grammarous (renamed from bundle/grammarous) | 0 | ||||
m--------- | pack/bundle/start/markdown (renamed from bundle/markdown) | 0 | ||||
m--------- | pack/bundle/start/scratch (renamed from bundle/scratch) | 0 | ||||
m--------- | pack/bundle/start/tabular (renamed from bundle/tabular) | 0 |
9 files changed, 7 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index e961246..60039ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,21 @@ -[submodule "bundle/unbundle"] - path = bundle/unbundle - url = https://github.com/sunaku/vim-unbundle.git [submodule "bundle/markdown"] - path = bundle/markdown + path = pack/bundle/start/markdown url = https://github.com/plasticboy/vim-markdown.git [submodule "bundle/tabular"] - path = bundle/tabular + path = pack/bundle/start/tabular url = https://github.com/godlygeek/tabular.git [submodule "bundle/scratch"] - path = bundle/scratch + path = pack/bundle/start/scratch url = https://github.com/mtth/scratch.vim.git [submodule "bundle/airline"] - path = bundle/airline + path = pack/bundle/start/airline url = https://github.com/bling/vim-airline.git [submodule "bundle/grammarous"] - path = bundle/grammarous + path = pack/bundle/start/grammarous url = https://github.com/rhysd/vim-grammarous.git [submodule "bundle/clang-format"] - path = bundle/clang-format + path = pack/bundle/start/clang-format url = https://github.com/rhysd/vim-clang-format.git [submodule "bundle/YouCompleteMe"] - path = bundle/YouCompleteMe + path = pack/bundle/start/YouCompleteMe url = https://github.com/ycm-core/YouCompleteMe.git diff --git a/bundle/unbundle b/bundle/unbundle deleted file mode 160000 -Subproject 11ed288e0db02e3caa6037c8d463379b80a4e8a diff --git a/bundle/YouCompleteMe b/pack/bundle/start/YouCompleteMe -Subproject bcfd153813ac1f99947b706991eba2861f54a8a +Subproject bcfd153813ac1f99947b706991eba2861f54a8a diff --git a/bundle/airline b/pack/bundle/start/airline -Subproject 16935cc66652b2d7ccd1ed23f3f2bc4df67d888 +Subproject 16935cc66652b2d7ccd1ed23f3f2bc4df67d888 diff --git a/bundle/clang-format b/pack/bundle/start/clang-format -Subproject 95593b67723f23979cd7344ecfd049f2f917830 +Subproject 95593b67723f23979cd7344ecfd049f2f917830 diff --git a/bundle/grammarous b/pack/bundle/start/grammarous -Subproject 083cbee6094c9ec347d7c75af421be27d2ec7e7 +Subproject 083cbee6094c9ec347d7c75af421be27d2ec7e7 diff --git a/bundle/markdown b/pack/bundle/start/markdown -Subproject da5a7ac96f517e0fd6f886bc3fbe27156ca1f94 +Subproject da5a7ac96f517e0fd6f886bc3fbe27156ca1f94 diff --git a/bundle/scratch b/pack/bundle/start/scratch -Subproject 6df617ebc0695bd9839a4fe365a08df13d24bc0 +Subproject 6df617ebc0695bd9839a4fe365a08df13d24bc0 diff --git a/bundle/tabular b/pack/bundle/start/tabular -Subproject 339091ac4dd1f17e225fe7d57b48aff55f99b23 +Subproject 339091ac4dd1f17e225fe7d57b48aff55f99b23 |