summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-08-07 10:50:16 -0600
committerTuowen Zhao <ztuowen@gmail.com>2020-08-07 10:50:16 -0600
commit755e1dee3a43f43caeb30d7df19395c61e5c4b9c (patch)
treeacb51309904f07087e25d5584e4bf8f0eb9f5446
parentbacf60ee089a7d814365b0a7f48e705f5b6a050d (diff)
downloadvim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.tar.gz
vim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.tar.bz2
vim-755e1dee3a43f43caeb30d7df19395c61e5c4b9c.zip
Move to vim pack
-rw-r--r--.gitmodules17
m---------bundle/unbundle0
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