diff --git a/lib/options.nix b/lib/options.nix index 2a36b66c..f57feb1c 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -334,7 +334,7 @@ rec { type = with types; submodule { - freeformType = attrsOf anything; + freeformType = attrsOf lib.nixvim.lua-types.anything; inherit options; }; default = { };