From 95fc8148180bf388e5bffb10c726c208a7fe74cb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Wed, 21 Dec 2022 14:19:58 +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 8dd7fab..436b037 100644
--- a/doc/lazy.nvim.txt
+++ b/doc/lazy.nvim.txt
@@ -338,6 +338,8 @@ CONFIGURATION                                        *lazy.nvim-configuration*
         reset_packpath = true, -- reset the package path to improve startup time
         rtp = {
           reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
+          ---@type string[]
+          paths = {}, -- add any custom paths here that you want to indluce in the rtp
           ---@type string[] list any plugins you want to disable here
           disabled_plugins = {
             -- "gzip",