From 4c1f92d897ea1766b5f57760b2d7adf1b3276172 Mon Sep 17 00:00:00 2001 From: "EEva @ felin" Date: Fri, 4 Nov 2016 15:28:00 +0100 Subject: [PATCH] Cleaning up shitty managing of git submodules (leftovers again) --- .gitmodules | 3 +++ vim/.vim/bundle/vim-colors-solarized | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/vim-colors-solarized diff --git a/.gitmodules b/.gitmodules index b2d5d3f..10a4c04 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/.vim/bundle/vim-opencl"] path = vim/.vim/bundle/vim-opencl url = git://github.com/petRUShka/vim-opencl.git +[submodule "vim/.vim/bundle/vim-colors-solarized"] + path = vim/.vim/bundle/vim-colors-solarized + url = https://github.com/altercation/vim-colors-solarized.git diff --git a/vim/.vim/bundle/vim-colors-solarized b/vim/.vim/bundle/vim-colors-solarized new file mode 160000 index 0000000..528a59f --- /dev/null +++ b/vim/.vim/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21