mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-17 16:02:48 +01: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 {
|
helpers.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "fzf-lua";
|
name = "fzf-lua";
|
||||||
|
|
||||||
extraPackages = [ pkgs.fzf ];
|
|
||||||
|
|
||||||
maintainers = [ maintainers.GaetanLepage ];
|
maintainers = [ maintainers.GaetanLepage ];
|
||||||
|
|
||||||
inherit settingsOptions settingsExample;
|
inherit settingsOptions settingsExample;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue