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

16
flake.lock generated
View file

@ -871,16 +871,18 @@
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1731435944, "lastModified": 1731435944,
"narHash": "sha256-ehdp9uV1ojFSirbD1OD0eaU1XF8sTUhP9U9/0VkaEdM=", "narHash": "sha256-BbCUYOrgAvLXydGbUqpSHgQIG5Y/F/vrslKSRKPniUQ=",
"owner": "olets", "ref": "refs/heads/main",
"repo": "zsh-abbr",
"rev": "510cf85ce7c1a3a0cf8e81aefe83b8c79c2ae09c", "rev": "510cf85ce7c1a3a0cf8e81aefe83b8c79c2ae09c",
"type": "github" "revCount": 985,
"submodules": true,
"type": "git",
"url": "https://github.com/olets/zsh-abbr"
}, },
"original": { "original": {
"owner": "olets", "submodules": true,
"repo": "zsh-abbr", "type": "git",
"type": "github" "url": "https://github.com/olets/zsh-abbr"
} }
}, },
"zsh-history-substring-search": { "zsh-history-substring-search": {

View file

@ -28,7 +28,7 @@
spicetify-themes = { url = "github:spicetify/spicetify-themes"; flake = false; }; spicetify-themes = { url = "github:spicetify/spicetify-themes"; flake = false; };
# zsh plugins # 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; }; 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; }; fast-syntax-highlighting = { url = "github:zdharma-continuum/fast-syntax-highlighting"; flake = false; };
pure = { url = "github:sindresorhus/pure"; flake = false; }; pure = { url = "github:sindresorhus/pure"; flake = false; };