From bcbe454a673761a3e53c7a6c1cf71652bff202f5 Mon Sep 17 00:00:00 2001 From: gmingj <82251269+gmingj@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:43:12 +0800 Subject: [PATCH] Update .gitmodules for tag --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules index 5725fd8d3..3e7be6edc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,15 @@ [submodule "custom/plugins/zsh-autosuggestions"] path = custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions.git + tag = v0.7.0 + ignore = dirty [submodule "custom/plugins/zsh-syntax-highlighting"] path = custom/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git + tag = 0.8.0 + ignore = dirty [submodule "custom/themes/powerlevel10k"] path = custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git + tag = v1.20.0 + ignore = dirty