From 357893a2880abecfc8704ef8874620b088189531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Mar 2023 15:18:52 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 1 + 1 file changed, 1 insertion(+) 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