chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-23 18:52:21 +00:00
parent 3991cf56f8
commit f822a2c12b
1 changed files with 7 additions and 0 deletions

View File

@ -648,6 +648,13 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
- `keys` spec is |lazy.nvim-different|
With packer `wants`, `requires` and `after` can be used to manage dependencies.
With most of the lua dependencies this isnt necessary. They can be installed
just like normal plugins (even with `lazy=true`) and will be loaded when other
plugins need them. The `dependencies` key can be used to group those required
plugins with the one that requires them. The plugins which are added as
`dependencies` will always be lazy-loaded and loaded when the plugin is loaded.
PAQ-NVIM <HTTPS://GITHUB.COM/SAVQ/PAQ-NVIM> ~