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",