mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate docs
This commit is contained in:
parent
93c9a3f872
commit
436d09af7d
|
@ -294,9 +294,9 @@ SPEC SETUP *lazy.nvim-🔌-plugin-spec-spec-setup*
|
||||||
--------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------
|
||||||
Property Type Description
|
Property Type Description
|
||||||
---------- ----------------------------- ---------------------------------------------------------
|
---------- ----------------------------- ---------------------------------------------------------
|
||||||
init fun(LazyPlugin) init functions are always executed during. Mostly useful
|
init fun(LazyPlugin) init functions are always executed during startup. Mostly
|
||||||
for setting vim.g.* configuration used by Vim plugins
|
useful for setting vim.g.* configuration used by Vim
|
||||||
startup
|
plugins startup
|
||||||
|
|
||||||
opts table or opts should be a table (will be merged with parent
|
opts table or opts should be a table (will be merged with parent
|
||||||
fun(LazyPlugin, opts:table) specs), return a table (replaces parent specs) or should
|
fun(LazyPlugin, opts:table) specs), return a table (replaces parent specs) or should
|
||||||
|
|
Loading…
Reference in New Issue