mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
bb0179139a
commit
1651030404
|
@ -149,11 +149,11 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
|
||||||
|
|
||||||
config fun(LazyPlugin, opts:table) or true config is executed when the plugin loads. The
|
config fun(LazyPlugin, opts:table) or true config is executed when the plugin loads. The
|
||||||
default implementation will automatically run
|
default implementation will automatically run
|
||||||
require(MAIN).setup(opts). Lazy uses several
|
require(MAIN).setup(opts) if opts or config = true
|
||||||
heuristics to determine the plugin’s MAIN module
|
is set. Lazy uses several heuristics to determine
|
||||||
automatically based on the plugin’s name. See also
|
the plugin’s MAIN module automatically based on the
|
||||||
opts. To use the default implementation without opts
|
plugin’s name. See also opts. To use the default
|
||||||
set config to true.
|
implementation without opts set config to true.
|
||||||
|
|
||||||
main string? You can specify the main module to use for config()
|
main string? You can specify the main module to use for config()
|
||||||
and opts(), in case it can not be determined
|
and opts(), in case it can not be determined
|
||||||
|
|
Loading…
Reference in New Issue