mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 12:06:05 +01:00
lib/options (mkSettingsOption): use lua-types.anything for the freeform type of the settings option
This commit is contained in:
parent
af57bad10d
commit
4439dd85cd
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ rec {
|
||||||
type =
|
type =
|
||||||
with types;
|
with types;
|
||||||
submodule {
|
submodule {
|
||||||
freeformType = attrsOf anything;
|
freeformType = attrsOf lib.nixvim.lua-types.anything;
|
||||||
inherit options;
|
inherit options;
|
||||||
};
|
};
|
||||||
default = { };
|
default = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue