mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
meta: extend meta.nixvimInfo
support treewide
Rather than supplying a `kind` and `name` pair, we now supply a raw path. This path could point to any nixvim option.
This commit is contained in:
parent
b2a477260d
commit
f34fda8d99
4 changed files with 28 additions and 23 deletions
|
@ -68,8 +68,11 @@ with lib;
|
|||
meta = {
|
||||
inherit maintainers;
|
||||
nixvimInfo = {
|
||||
inherit description name url;
|
||||
kind = namespace;
|
||||
inherit description url;
|
||||
path = [
|
||||
namespace
|
||||
name
|
||||
];
|
||||
};
|
||||
};
|
||||
options.${namespace}.${name} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue