chore(build): auto-generate docs

This commit is contained in:
github-actions[bot] 2024-07-07 15:15:37 +00:00
parent 93c9a3f872
commit 436d09af7d
1 changed files with 3 additions and 3 deletions

View File

@ -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