flake: include submodules for zsh-abbr
This commit is contained in:
parent
0785ab9bcd
commit
87b1632ae2
2 changed files with 10 additions and 8 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue