flake: include submodules for zsh-abbr

This commit is contained in:
LavaDesu 2024-12-07 22:39:40 +11:00
parent 0785ab9bcd
commit 87b1632ae2
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 10 additions and 8 deletions

View file

@ -28,7 +28,7 @@
spicetify-themes = { url = "github:spicetify/spicetify-themes"; flake = false; };
# zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
zsh-abbr = { url = "git+https://github.com/olets/zsh-abbr?submodules=1"; flake = false; };
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; };
fast-syntax-highlighting = { url = "github:zdharma-continuum/fast-syntax-highlighting"; flake = false; };
pure = { url = "github:sindresorhus/pure"; flake = false; };