mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
2c632e849f
commit
1de5c3d059
|
@ -738,6 +738,8 @@ PACKER.NVIM <HTTPS://GITHUB.COM/WBTHOMASON/PACKER.NVIM> ~
|
||||||
- `config` don’t support string type, use `fun(LazyPlugin)` instead.
|
- `config` don’t support string type, use `fun(LazyPlugin)` instead.
|
||||||
- `module` is auto-loaded. No need to specify
|
- `module` is auto-loaded. No need to specify
|
||||||
- `keys` spec is |lazy.nvim-different|
|
- `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.
|
With packer `wants`, `requires` and `after` can be used to manage dependencies.
|
||||||
|
|
Loading…
Reference in New Issue