Update gitmodules to use relative path (test)
This commit is contained in:
parent
0bbebf1438
commit
36828c29cc
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -3,10 +3,10 @@
|
|||||||
url = https://github.com/Legrems/nv-chad.git
|
url = https://github.com/Legrems/nv-chad.git
|
||||||
[submodule "scripts"]
|
[submodule "scripts"]
|
||||||
path = scripts
|
path = scripts
|
||||||
url = git@github.com:Legrems/scripts.git
|
url = ../scripts.git
|
||||||
[submodule "scripts-hidden"]
|
[submodule "scripts-hidden"]
|
||||||
path = scripts-hidden
|
path = scripts-hidden
|
||||||
url = git@github.com:Legrems/scripts-hidden.git
|
url = ../scripts-hidden.git
|
||||||
[submodule "neovim-config"]
|
[submodule "neovim-config"]
|
||||||
path = neovim-config
|
path = neovim-config
|
||||||
url = git@github.com:Legrems/neovim-config.git
|
url = ../neovim-config.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user