zsh: add autopair plugin
This commit is contained in:
parent
fdf5b7a5fd
commit
800c361300
1 changed files with 12 additions and 0 deletions
|
@ -70,6 +70,18 @@ in
|
||||||
hash = "sha256-ij+ooXQxV3CmsCN/CrJMicTWvS+9GYHA/1Kuqh5zXIY=";
|
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 [
|
] ++ optionals isDarwin [
|
||||||
{
|
{
|
||||||
# https://github.com/MichaelAquilina/zsh-auto-notify
|
# https://github.com/MichaelAquilina/zsh-auto-notify
|
||||||
|
|
Loading…
Reference in a new issue