1
0
Fork 0

zsh: add autopair plugin

This commit is contained in:
Daniel Kempkens 2025-01-03 23:49:09 +01:00
parent fdf5b7a5fd
commit 800c361300
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -70,6 +70,18 @@ in
hash = "sha256-ij+ooXQxV3CmsCN/CrJMicTWvS+9GYHA/1Kuqh5zXIY=";
};
}
{
# https://github.com/hlissner/zsh-autopair
name = "zsh-autopair";
file = "zsh-autopair.plugin.zsh";
src = fetchFromGitHub {
owner = "hlissner";
repo = "zsh-autopair";
rev = "449a7c3d095bc8f3d78cf37b9549f8bb4c383f3d";
hash = "sha256-3zvOgIi+q7+sTXrT+r/4v98qjeiEL4Wh64rxBYnwJvQ=";
};
}
] ++ optionals isDarwin [
{
# https://github.com/MichaelAquilina/zsh-auto-notify