mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Merge 67c6e8d59f
into fef045cb91
This commit is contained in:
commit
3068cb7171
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