Cleaning up shitty managing of git submodules (leftovers)
This commit is contained in:
parent
2041094abc
commit
538c7f5412
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||
|
|
1
vim/.vim/bundle/vim-obsession
Submodule
1
vim/.vim/bundle/vim-obsession
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ad1ef9a0db9a03463b005b488fd27cb735317394
|
1
vim/.vim/bundle/vim-opencl
Submodule
1
vim/.vim/bundle/vim-opencl
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a75693fdb1526cf0f2f2d1a6bdc23d6537ac1b6f
|
Loading…
Reference in a new issue