mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
lib: stylistic cleanups
This commit is contained in:
parent
d35d5aded5
commit
91323800c2
1 changed files with 5 additions and 10 deletions
|
|
@ -1,11 +1,6 @@
|
|||
args: let
|
||||
typesDag = import ./dag.nix args;
|
||||
typesPlugin = import ./plugins.nix args;
|
||||
typesLanguage = import ./languages.nix args;
|
||||
customTypes = import ./custom.nix args;
|
||||
in {
|
||||
inherit (typesDag) dagOf;
|
||||
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
|
||||
inherit (typesLanguage) diagnostics mkGrammarOption;
|
||||
inherit (customTypes) char hexColor mergelessListOf singleOrListOf;
|
||||
args: {
|
||||
inherit (import ./dag.nix args) dagOf;
|
||||
inherit (import ./plugins.nix args) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
|
||||
inherit (import ./languages.nix args) diagnostics mkGrammarOption;
|
||||
inherit (import ./custom.nix args) char hexColor mergelessListOf singleOrListOf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue