mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-08 22:45:30 +00:00
6 lines
321 B
Nix
6 lines
321 B
Nix
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;
|
|
}
|