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:
parent
af57bad10d
commit
4439dd85cd
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ rec {
|
|||
type =
|
||||
with types;
|
||||
submodule {
|
||||
freeformType = attrsOf anything;
|
||||
freeformType = attrsOf lib.nixvim.lua-types.anything;
|
||||
inherit options;
|
||||
};
|
||||
default = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue