Cleaning up shitty managing of git submodules
This commit is contained in:
parent
c161be7c3b
commit
0bcb9349ed
8 changed files with 24 additions and 6 deletions
18
.gitmodules
vendored
Normal file
18
.gitmodules
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[submodule "vim/.vim/bundle/VOoM"]
|
||||
path = vim/.vim/bundle/VOoM
|
||||
url = https://github.com/vim-voom/VOoM.git
|
||||
[submodule "vim/.vim/bundle/vim-better-whitespace"]
|
||||
path = vim/.vim/bundle/vim-better-whitespace
|
||||
url = git://github.com/ntpeters/vim-better-whitespace.git
|
||||
[submodule "vim/.vim/bundle/vim-fugitive"]
|
||||
path = vim/.vim/bundle/vim-fugitive
|
||||
url = git://github.com/tpope/vim-fugitive.git
|
||||
[submodule "vim/.vim/bundle/vim-surround"]
|
||||
path = vim/.vim/bundle/vim-surround
|
||||
url = git://github.com/tpope/vim-surround.git
|
||||
[submodule "vim/.vim/bundle/vim-systemd-syntax"]
|
||||
path = vim/.vim/bundle/vim-systemd-syntax
|
||||
url = git://github.com/Matt-Deacalion/vim-systemd-syntax.git
|
||||
[submodule "vim/.vim/bundle/vimtex"]
|
||||
path = vim/.vim/bundle/vimtex
|
||||
url = git://github.com/lervag/vimtex.git
|
1
vim/.vim/bundle/VOoM
Submodule
1
vim/.vim/bundle/VOoM
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 4a26ad12d4c4030bd6a1bffaed980e60e348251a
|
|
@ -1 +1 @@
|
|||
Subproject commit c77ffda02d818e6f15d488ef96b11912a44e9285
|
||||
Subproject commit 7b3889cd072847f952211693f9aaf0c4ccede0a4
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21
|
|
@ -1 +1 @@
|
|||
Subproject commit 57afba5bdd49b59d57485f90aa0cf3f3a6c47f63
|
||||
Subproject commit 58ed86e434951319ff7d438fb1096f24a51e6458
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c
|
||||
Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313
|
|
@ -1 +1 @@
|
|||
Subproject commit 92f386d317c06ddb87c696d45c25c032eede3c03
|
||||
Subproject commit 3e8c31052cb2daf5ef7e42afe024b8ffd7e643e2
|
|
@ -1 +1 @@
|
|||
Subproject commit 7bb6aa630647f1e41f926f42d6fc59e8dd9fff38
|
||||
Subproject commit c1dabd446f2419d20d2a79e16b7abbba3d51ed82
|
Loading…
Reference in a new issue