chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-22 12:50:12 +00:00
parent 07b467738d
commit eb01b6dc0b
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,7 @@ FEATURES *lazy.nvim-features*
- Automatically check for updates - Automatically check for updates
- Commit, branch, tag, version, and full Semver <https://devhints.io/semver> support - Commit, branch, tag, version, and full Semver <https://devhints.io/semver> support
- Statusline component to see the number of pending updates - Statusline component to see the number of pending updates
- Automatically lazy-loads colorschemes
REQUIREMENTS *lazy.nvim-requirements* REQUIREMENTS *lazy.nvim-requirements*
@ -144,6 +145,9 @@ 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 with `module=false`. You can then manually load the plugin with `:Lazy load
foobar.nvim`. foobar.nvim`.
Colorscheme plugins can be configured with `lazy=true`. The plugin will
automagically load when doing `colorscheme foobar`.
You can configure **lazy.nvim** to lazy-load all plugins by default with You can configure **lazy.nvim** to lazy-load all plugins by default with
`config.defaults.lazy = true`. `config.defaults.lazy = true`.