chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-23 18:53:40 +00:00
parent 011125ccc2
commit c1f39f997d
1 changed files with 6 additions and 5 deletions

View File

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