1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

lib/options (mkSettingsOption): use lua-types.anything for the freeform type of the settings option

This commit is contained in:
Gaetan Lepage 2025-10-24 12:13:44 +02:00 committed by Gaétan Lepage
parent af57bad10d
commit 4439dd85cd

View file

@ -334,7 +334,7 @@ rec {
type =
with types;
submodule {
freeformType = attrsOf anything;
freeformType = attrsOf lib.nixvim.lua-types.anything;
inherit options;
};
default = { };