From a2860b969e97e47a2b1c0ddb7161adb5b35c06f3 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Sat, 22 Feb 2025 10:23:31 +0530 Subject: update gitmodules --- .gitmodules | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1ee381a..1e3afc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,13 @@ -[submodule ".config/zsh/plugins/fast-syntax-highlighting"] +[submodule "fast-syntax-highlighting"] path = .config/zsh/plugins/fast-syntax-highlighting url = https://github.com/zdharma-continuum/fast-syntax-highlighting -[submodule ".config/zsh/plugins/zsh-syntax-highlighting"] +[submodule "zsh-syntax-highlighting"] path = .config/zsh/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting -[submodule ".config/zsh/plugins/zsh-autosuggestions"] +[submodule "zsh-autosuggestions"] path = .config/zsh/plugins/zsh-autosuggestions - url = /home/master/.config/zsh/plugins/zsh-autosuggestions -[submodule ".config/zsh/plugins/zsh-history-substring-search"] + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh-history-substring-search"] path = .config/zsh/plugins/zsh-history-substring-search - url = /home/master/.config/zsh/plugins/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search + -- cgit v1.2.3