1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
This commit is contained in:
Matt Sturgeon 2025-11-08 00:10:25 +00:00 committed by GitHub
commit e070c3f667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,11 @@ rec {
right = lib.warn "maybeRaw.nestedTypes: `right` is a deprecated alias for `rawLua`." rawLua;
inherit rawLua elemType;
};
inherit (elemType)
getSubModules
getSubOptions
substSubModules
;
};
# Describes an boolean-like integer flag that is either 0 or 1