chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2024-05-12 07:52:52 +00:00
parent bb0179139a
commit 1651030404
1 changed files with 5 additions and 5 deletions

View File

@ -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
default implementation will automatically run
require(MAIN).setup(opts). Lazy uses several
heuristics to determine the plugins MAIN module
automatically based on the plugins name. See also
opts. To use the default implementation without opts
set config to true.
require(MAIN).setup(opts) if opts or config = true
is set. Lazy uses several heuristics to determine
the plugins MAIN module automatically based on the
plugins name. See also opts. To use the default
implementation without opts set config to true.
main string? You can specify the main module to use for config()
and opts(), in case it can not be determined