1
0
Fork 0

fish: remove fzf plugin

This commit is contained in:
Daniel Kempkens 2023-10-18 22:12:10 +02:00
parent 97c49c132e
commit 8fabb9c29a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -37,17 +37,6 @@ in
};
}
# https://github.com/PatrickF1/fzf.fish/releases
{
name = "fzf-fish";
src = fetchFromGitHub {
owner = "PatrickF1";
repo = "fzf.fish";
rev = "v10.0";
hash = "sha256-CqRSkwNqI/vdxPKrShBykh+eHQq9QIiItD6jWdZ/DSM=";
};
}
# https://github.com/jorgebucaran/autopair.fish/releases
{
name = "autopair-fish";