diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 44d17e4..0333955 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -738,6 +738,8 @@ PACKER.NVIM ~ - `config` don’t 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.