mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 21:36:45 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
f870f6a54d
commit
4f2b59bc9b
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ with a lazy extension in `lazy`.
|
||||||
completely (`vim.go.loadplugins = false`). It takes over the complete
|
completely (`vim.go.loadplugins = false`). It takes over the complete
|
||||||
startup sequence for more flexibility and better performance.
|
startup sequence for more flexibility and better performance.
|
||||||
|
|
||||||
In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#initialization) is done by Lazy:
|
In practice this means that step 10 of [Neovim Initialization](https://neovim.io/doc/user/starting.html#_initialization) is done by Lazy:
|
||||||
|
|
||||||
1. All the plugins' `init()` functions are executed
|
1. All the plugins' `init()` functions are executed
|
||||||
2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
|
2. All plugins with `lazy=false` are loaded. This includes sourcing `/plugin` and `/ftdetect` files. (`/after` will not be sourced yet)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue