diff --git a/.gitmodules b/.gitmodules index 1297b52..f869218 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,24 +19,15 @@ [submodule "vimpack/start/vim-tru-typewriter"] path = vimpack/start/vim-tru-typewriter url = https://git.vdrandom.org/vim-tru-typewriter +[submodule "vimpack/start/vim-gruvbox8"] + path = vimpack/start/vim-gruvbox8 + url = https://github.com/lifepillar/vim-gruvbox8.git +[submodule "vimpack/start/vim-solarized8"] + path = vimpack/start/vim-solarized8 + url = https://github.com/lifepillar/vim-solarized8.git +[submodule "vimpack/start/PaperColor"] + path = vimpack/start/papercolor-theme + url = https://github.com/NLKNguyen/papercolor-theme.git [submodule "vimpack/opt/vimwiki"] path = vimpack/opt/vimwiki url = https://github.com/vimwiki/vimwiki.git -[submodule "pack/colors/start/lucius"] - path = pack/colors/start/lucius - url = https://github.com/jonathanfilip/vim-lucius.git -[submodule "pack/colors/start/gruvbox8"] - path = pack/colors/start/gruvbox8 - url = https://github.com/lifepillar/vim-gruvbox8 -[submodule "pack/colors/start/solarized8"] - path = pack/colors/start/solarized8 - url = https://github.com/lifepillar/vim-solarized8.git -[submodule "pack/colors/start/jellybeans"] - path = pack/colors/start/jellybeans - url = https://github.com/nanotech/jellybeans.vim.git -[submodule "pack/colors/start/PaperColor"] - path = pack/colors/start/PaperColor - url = https://github.com/NLKNguyen/papercolor-theme.git -[submodule "pack/colors/start/blame"] - path = pack/colors/start/blame - url = https://github.com/hauleth/blame.vim.git diff --git a/pack/colors/start/blame b/pack/colors/start/blame deleted file mode 160000 index 187a00c..0000000 --- a/pack/colors/start/blame +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 187a00cc60b5145253d8a2136d2a362e19ea8eaf diff --git a/pack/colors/start/jellybeans b/pack/colors/start/jellybeans deleted file mode 160000 index 36f4f82..0000000 --- a/pack/colors/start/jellybeans +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 36f4f82bd7749928ba4e61a58b2e76effb6ecd66 diff --git a/pack/colors/start/lucius b/pack/colors/start/lucius deleted file mode 160000 index 770dc0d..0000000 --- a/pack/colors/start/lucius +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 770dc0da1d1ce0c21e2d54191aae8f0e6012b6a5 diff --git a/pack/colors/start/PaperColor b/vimpack/start/papercolor-theme similarity index 100% rename from pack/colors/start/PaperColor rename to vimpack/start/papercolor-theme diff --git a/pack/colors/start/gruvbox8 b/vimpack/start/vim-gruvbox8 similarity index 100% rename from pack/colors/start/gruvbox8 rename to vimpack/start/vim-gruvbox8 diff --git a/pack/colors/start/solarized8 b/vimpack/start/vim-solarized8 similarity index 100% rename from pack/colors/start/solarized8 rename to vimpack/start/vim-solarized8