diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index dd9b8ed..8fbaaeb 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -528,6 +528,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration* -- so :help works even for plugins that don't have vim docs. -- when the readme opens with :help it will be correctly displayed as markdown readme = { + enabled = true, root = vim.fn.stdpath("state") .. "/lazy/readme", files = { "README.md", "lua//README.md" }, -- only generate markdown helptags for plugins that dont have docs