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