helpers/vim-plugin/mkVimPlugin: add maintainers option

This commit is contained in:
Gaetan Lepage 2024-02-13 10:38:57 +01:00 committed by Gaétan Lepage
parent bd6e7e969e
commit 73d6574c01

View file

@ -5,6 +5,7 @@
with lib; { with lib; {
mkVimPlugin = config: { mkVimPlugin = config: {
name, name,
maintainers ? [],
# options # options
description ? null, description ? null,
package ? null, package ? null,
@ -72,6 +73,7 @@ with lib; {
}; };
}; };
in { in {
meta.maintainers = maintainers;
options.plugins.${name} = options.plugins.${name} =
{ {
enable = mkEnableOption ( enable = mkEnableOption (