From d02a10d832f84997d1e750db4a4841698b5e071c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Dec 2022 23:33:10 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 0333955..67781b6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -739,7 +739,13 @@ PACKER.NVIM ~ - `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` + + +>lua + config = function(plugin) + vim.opt.rtp:append(plugin.dir .. "/custom-rtp") + end +< With packer `wants`, `requires` and `after` can be used to manage dependencies.