plugins/fzf-lua: remove extra fzf package include

We already migrated to use the fzfPackage option below. This was
leftover.
This commit is contained in:
Austin Horstman 2024-09-14 11:29:00 -05:00
parent 875b812559
commit 7a9bb2ee95
No known key found for this signature in database

View file

@ -33,8 +33,6 @@ in
helpers.neovim-plugin.mkNeovimPlugin {
name = "fzf-lua";
extraPackages = [ pkgs.fzf ];
maintainers = [ maintainers.GaetanLepage ];
inherit settingsOptions settingsExample;