added missing fzf search

This commit is contained in:
2026-07-10 21:52:00 +01:00
parent 904b387fa7
commit cc1d60ce13

View File

@@ -33,7 +33,7 @@
packages = {
zsh = inputs.wrappers.wrappers.zsh.wrap {
inherit pkgs;
runtimePkgs = [pkgs.carapace];
runtimePkgs = [pkgs.carapace pkgs.fzf];
zshAliases = {
ls = "${lib.getExe pkgs.lsd} -l";
v = lib.getExe self'.packages.nvim;
@@ -51,6 +51,8 @@
source <(${lib.getExe pkgs.carapace} _carapace)
zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
source <(${lib.getExe pkgs.fzf} --zsh)
setopt NO_CASE_GLOB
export EDITOR=nvim