mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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:
parent
875b812559
commit
7a9bb2ee95
1 changed files with 0 additions and 2 deletions
|
@ -33,8 +33,6 @@ in
|
|||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "fzf-lua";
|
||||
|
||||
extraPackages = [ pkgs.fzf ];
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
||||
inherit settingsOptions settingsExample;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue