mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
Merge 67c6e8d59f into 3031d4ab61
This commit is contained in:
commit
e070c3f667
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue