mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
0c0501d63b
commit
03af9ce3fc
2 changed files with 4 additions and 4 deletions
|
@ -294,9 +294,9 @@ SPEC SETUP *lazy.nvim-🔌-plugin-spec-spec-setup*
|
|||
--------------------------------------------------------------------------------------------------
|
||||
Property Type Description
|
||||
---------- ----------------------------- ---------------------------------------------------------
|
||||
init fun(LazyPlugin) init functions are always executed during. Mostly useful
|
||||
for setting vim.g.* configuration used by Vim plugins
|
||||
startup
|
||||
init fun(LazyPlugin) init functions are always executed during startup. Mostly
|
||||
useful for setting vim.g.* configuration used by Vim
|
||||
plugins startup
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue