chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-30 23:14:42 +00:00
parent 2c632e849f
commit 1de5c3d059
1 changed files with 2 additions and 0 deletions

View File

@ -738,6 +738,8 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
- `config` dont support string type, use `fun(LazyPlugin)` instead.
- `module` is auto-loaded. No need to specify
- `keys` spec is |lazy.nvim-different|
- `rtp` can be accomplished with:
`lua config = function(plugin) vim.opt.rtp:append(plugin.dir .. "/rtpPath") end`
With packer `wants`, `requires` and `after` can be used to manage dependencies.