mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +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; {
|
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 (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue