fix zsh plugins

This commit is contained in:
LavaDesu 2021-07-15 14:59:23 +07:00
parent c8010af175
commit 84f08a3a1c
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 39 additions and 39 deletions

View file

@ -11,8 +11,8 @@
# zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; };
zsh-fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; };
zsh-pure = { url = "github:sindresorhus/pure"; flake = false; };
fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; };
pure = { url = "github:sindresorhus/pure"; flake = false; };
};
outputs = inputs: with inputs;