mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
helpers/vim-plugin/mkVimPlugin: add maintainers option
This commit is contained in:
parent
bd6e7e969e
commit
73d6574c01
1 changed files with 2 additions and 0 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue