mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
07b467738d
commit
eb01b6dc0b
|
@ -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 don’t 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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue