From 538c7f5412d0e360eba0330f10714ba213708836 Mon Sep 17 00:00:00 2001 From: "EEva @ felin" Date: Fri, 4 Nov 2016 15:25:33 +0100 Subject: [PATCH] Cleaning up shitty managing of git submodules (leftovers) --- .gitmodules | 6 ++++++ vim/.vim/bundle/vim-obsession | 1 + vim/.vim/bundle/vim-opencl | 1 + 3 files changed, 8 insertions(+) create mode 160000 vim/.vim/bundle/vim-obsession create mode 160000 vim/.vim/bundle/vim-opencl diff --git a/.gitmodules b/.gitmodules index 719742c..b2d5d3f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,9 @@ [submodule "vim/.vim/bundle/vimtex"] path = vim/.vim/bundle/vimtex url = git://github.com/lervag/vimtex.git +[submodule "vim/.vim/bundle/vim-obsession"] + path = vim/.vim/bundle/vim-obsession + url = git://github.com/tpope/vim-obsession.git +[submodule "vim/.vim/bundle/vim-opencl"] + path = vim/.vim/bundle/vim-opencl + url = git://github.com/petRUShka/vim-opencl.git diff --git a/vim/.vim/bundle/vim-obsession b/vim/.vim/bundle/vim-obsession new file mode 160000 index 0000000..ad1ef9a --- /dev/null +++ b/vim/.vim/bundle/vim-obsession @@ -0,0 +1 @@ +Subproject commit ad1ef9a0db9a03463b005b488fd27cb735317394 diff --git a/vim/.vim/bundle/vim-opencl b/vim/.vim/bundle/vim-opencl new file mode 160000 index 0000000..a75693f --- /dev/null +++ b/vim/.vim/bundle/vim-opencl @@ -0,0 +1 @@ +Subproject commit a75693fdb1526cf0f2f2d1a6bdc23d6537ac1b6f