feat: replace fzf-lua with snacks.picker
This commit is contained in:
parent
4d46c4bcbe
commit
49890805b0
4 changed files with 13 additions and 16 deletions
|
|
@ -25,7 +25,7 @@
|
|||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/nvim \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.fzf pkgs.lazygit]}
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.lazygit]}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue