vimPlugins.fzf-wrapped: add missing meta attribute

This commit is contained in:
Clément 2026-04-26 15:29:33 -07:00
commit 67fa5bb216
No known key found for this signature in database

View file

@ -11,4 +11,15 @@ vimUtils.buildVimPlugin {
postInstall = ''
ln -s ${fzf}/bin/fzf $target/bin/fzf
'';
meta = {
inherit (fzf.meta)
changelog
description
homepage
license
platforms
;
maintainers = [ ];
};
}