diff --git a/.gitmodules b/.gitmodules index 3fdba2113..c5d259df8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "custom/plugins/zsh-syntax-highlighting"] - path = custom/plugins/zsh-syntax-highlighting - url = git://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zsh-syntax-highlighting"] + path = zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/custom/plugins/zsh-syntax-highlighting b/custom/plugins/zsh-syntax-highlighting deleted file mode 160000 index 5320f1e18..000000000 --- a/custom/plugins/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5320f1e18d5782e29a6637937e37a3aecf9327bb diff --git a/zsh-syntax-highlighting b/zsh-syntax-highlighting new file mode 160000 index 000000000..3dc574190 --- /dev/null +++ b/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4