mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
types/plugins: align mkPluginSetupOption
description
This commit is contained in:
parent
4ff3919f76
commit
433525525d
1 changed files with 2 additions and 2 deletions
|
@ -91,10 +91,10 @@ in {
|
||||||
mkPluginSetupOption = pluginName: opts:
|
mkPluginSetupOption = pluginName: opts:
|
||||||
mkOption {
|
mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Option table to pass into the setup function of ${pluginName}
|
Option table to pass into the setup function of ${pluginName}
|
||||||
|
|
||||||
You can pass in any additional options even if they're
|
You can pass in any additional options even if they're
|
||||||
not listed in the docs
|
not listed in the docs
|
||||||
'';
|
'';
|
||||||
|
|
||||||
default = {};
|
default = {};
|
||||||
|
|
Loading…
Reference in a new issue