From 755e1dee3a43f43caeb30d7df19395c61e5c4b9c Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Fri, 7 Aug 2020 10:50:16 -0600 Subject: Move to vim pack --- .gitmodules | 17 +++++++---------- bundle/YouCompleteMe | 1 - bundle/airline | 1 - bundle/clang-format | 1 - bundle/grammarous | 1 - bundle/markdown | 1 - bundle/scratch | 1 - bundle/tabular | 1 - bundle/unbundle | 1 - pack/bundle/start/YouCompleteMe | 1 + pack/bundle/start/airline | 1 + pack/bundle/start/clang-format | 1 + pack/bundle/start/grammarous | 1 + pack/bundle/start/markdown | 1 + pack/bundle/start/scratch | 1 + pack/bundle/start/tabular | 1 + 16 files changed, 14 insertions(+), 18 deletions(-) delete mode 160000 bundle/YouCompleteMe delete mode 160000 bundle/airline delete mode 160000 bundle/clang-format delete mode 160000 bundle/grammarous delete mode 160000 bundle/markdown delete mode 160000 bundle/scratch delete mode 160000 bundle/tabular delete mode 160000 bundle/unbundle create mode 160000 pack/bundle/start/YouCompleteMe create mode 160000 pack/bundle/start/airline create mode 160000 pack/bundle/start/clang-format create mode 160000 pack/bundle/start/grammarous create mode 160000 pack/bundle/start/markdown create mode 160000 pack/bundle/start/scratch create mode 160000 pack/bundle/start/tabular 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/YouCompleteMe b/bundle/YouCompleteMe deleted file mode 160000 index bcfd153..0000000 --- a/bundle/YouCompleteMe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bcfd153813ac1f99947b706991eba2861f54a8a2 diff --git a/bundle/airline b/bundle/airline deleted file mode 160000 index 16935cc..0000000 --- a/bundle/airline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 16935cc66652b2d7ccd1ed23f3f2bc4df67d888c diff --git a/bundle/clang-format b/bundle/clang-format deleted file mode 160000 index 95593b6..0000000 --- a/bundle/clang-format +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95593b67723f23979cd7344ecfd049f2f917830f diff --git a/bundle/grammarous b/bundle/grammarous deleted file mode 160000 index 083cbee..0000000 --- a/bundle/grammarous +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 083cbee6094c9ec347d7c75af421be27d2ec7e70 diff --git a/bundle/markdown b/bundle/markdown deleted file mode 160000 index da5a7ac..0000000 --- a/bundle/markdown +++ /dev/null @@ -1 +0,0 @@ -Subproject commit da5a7ac96f517e0fd6f886bc3fbe27156ca1f946 diff --git a/bundle/scratch b/bundle/scratch deleted file mode 160000 index 6df617e..0000000 --- a/bundle/scratch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6df617ebc0695bd9839a4fe365a08df13d24bc05 diff --git a/bundle/tabular b/bundle/tabular deleted file mode 160000 index 339091a..0000000 --- a/bundle/tabular +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a diff --git a/bundle/unbundle b/bundle/unbundle deleted file mode 160000 index 11ed288..0000000 --- a/bundle/unbundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 11ed288e0db02e3caa6037c8d463379b80a4e8a4 diff --git a/pack/bundle/start/YouCompleteMe b/pack/bundle/start/YouCompleteMe new file mode 160000 index 0000000..bcfd153 --- /dev/null +++ b/pack/bundle/start/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit bcfd153813ac1f99947b706991eba2861f54a8a2 diff --git a/pack/bundle/start/airline b/pack/bundle/start/airline new file mode 160000 index 0000000..16935cc --- /dev/null +++ b/pack/bundle/start/airline @@ -0,0 +1 @@ +Subproject commit 16935cc66652b2d7ccd1ed23f3f2bc4df67d888c diff --git a/pack/bundle/start/clang-format b/pack/bundle/start/clang-format new file mode 160000 index 0000000..95593b6 --- /dev/null +++ b/pack/bundle/start/clang-format @@ -0,0 +1 @@ +Subproject commit 95593b67723f23979cd7344ecfd049f2f917830f diff --git a/pack/bundle/start/grammarous b/pack/bundle/start/grammarous new file mode 160000 index 0000000..083cbee --- /dev/null +++ b/pack/bundle/start/grammarous @@ -0,0 +1 @@ +Subproject commit 083cbee6094c9ec347d7c75af421be27d2ec7e70 diff --git a/pack/bundle/start/markdown b/pack/bundle/start/markdown new file mode 160000 index 0000000..da5a7ac --- /dev/null +++ b/pack/bundle/start/markdown @@ -0,0 +1 @@ +Subproject commit da5a7ac96f517e0fd6f886bc3fbe27156ca1f946 diff --git a/pack/bundle/start/scratch b/pack/bundle/start/scratch new file mode 160000 index 0000000..6df617e --- /dev/null +++ b/pack/bundle/start/scratch @@ -0,0 +1 @@ +Subproject commit 6df617ebc0695bd9839a4fe365a08df13d24bc05 diff --git a/pack/bundle/start/tabular b/pack/bundle/start/tabular new file mode 160000 index 0000000..339091a --- /dev/null +++ b/pack/bundle/start/tabular @@ -0,0 +1 @@ +Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a -- cgit v1.2.3-70-g09d2