mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
parent
472a091b77
commit
1fb10b987b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Additionally, you can also lazy-load on **events**, **commands**,
|
||||||
Plugins will be lazy-loaded when one of the following is `true`:
|
Plugins will be lazy-loaded when one of the following is `true`:
|
||||||
|
|
||||||
- the plugin only exists as a dependency in your spec
|
- the plugin only exists as a dependency in your spec
|
||||||
- it has an `event`, `cmd`, `ft` or `cmd` key
|
- it has an `event`, `cmd`, `ft` or `keys` key
|
||||||
- it defines an `init` method
|
- it defines an `init` method
|
||||||
- `config.defaults.lazy == true`
|
- `config.defaults.lazy == true`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue