You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│**enabled** │boolean? or fun():boolean │When false, or if the function returns false, then this plugin will not be used │
121
121
│**dependencies**│LazySpec[] │A list of plugin specs that should be loaded when the plugin loads. Dependencies are always lazy-loaded unless specified otherwise │
122
122
│**init** │fun(LazyPlugin) │init functions are always executed during startup │
123
-
│**config** │fun(LazyPlugin) │config is executed when the plugin loads │
123
+
│**config** │fun(LazyPlugin) or true or table │config is executed when the plugin loads. You can also set to true or pass a table, that will be passed to require("plugin").setup(opts) │
124
124
│**build** │fun(LazyPlugin) │build is executed when a plugin is installed or updated │
0 commit comments