chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-19 13:57:32 +00:00
parent 1efa710210
commit f29f3d2157
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@ module of plugin `A`, then plugin `A` will be loaded on demand as expected.
You can configure **lazy.nvim** to lazy-load all plugins by default with
`config.defaults.lazy = true`.
If you dont want this behavior for a certain plugin, you can specify that
with `module=false`. You can then manually load the plugin with `:Lazy load
foobar.nvim`.
Additionally, you can also lazy-load on **events**, **commands**, **file
types** and **key mappings**.