mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: optionally add a description to plugins
This commit is contained in:
parent
2d4ebda245
commit
848543d527
4 changed files with 24 additions and 7 deletions
|
@ -12,6 +12,7 @@ with lib; {
|
|||
else null,
|
||||
maintainers,
|
||||
imports ? [],
|
||||
description ? null,
|
||||
# deprecations
|
||||
deprecateExtraConfig ? false,
|
||||
optionsRenamedToSettings ? [],
|
||||
|
@ -72,7 +73,11 @@ with lib; {
|
|||
meta = {
|
||||
inherit maintainers;
|
||||
nixvimInfo = {
|
||||
inherit name url;
|
||||
inherit
|
||||
description
|
||||
name
|
||||
url
|
||||
;
|
||||
kind = namespace;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue