mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-25 16:50:23 -04: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:
@@ -33,8 +33,6 @@ in
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "fzf-lua";
|
||||
|
||||
extraPackages = [ pkgs.fzf ];
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
||||
inherit settingsOptions settingsExample;
|
||||
|
||||
Reference in New Issue
Block a user