diff options
author | Malfurious <m@lfurio.us> | 2025-02-27 00:41:39 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2025-02-27 00:41:39 -0500 |
commit | 1120f3b0177c9b33664effaa35dec1b199a9de92 (patch) | |
tree | 2c0d23f4545f5f9edea317844becebb546ce18b3 /.gitmodules | |
parent | fcec732293ea7539584d65c439a7768034bec3f6 (diff) | |
download | rice-1120f3b0177c9b33664effaa35dec1b199a9de92.tar.gz rice-1120f3b0177c9b33664effaa35dec1b199a9de92.zip |
vim-polyglot: Update submodule URL
Use relative URL so I can track this module along with all of the
others. Cloning to make changes is also made easier.
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 15ad774..3589cd3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,7 +20,7 @@ branch = master [submodule ".vim/pack/plugins/start/vim-polyglot"] path = .vim/pack/plugins/start/vim-polyglot - url = https://github.com/sheerun/vim-polyglot.git + url = ../vim-polyglot branch = master [submodule "rice/submodules/wmname"] path = rice/submodules/wmname |