From 1de5c3d0592f55aa26584787b3642c4e4732c29d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Dec 2022 23:14:42 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 ++ 1 file changed, 2 insertions(+) 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.