From 963e6f72a7d24feb175999eec484d648802b9ee3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Jan 2023 19:24:31 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e627385..1f8cd82 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -480,7 +480,7 @@ CONFIGURATION *lazy.nvim-configuration* -- when the readme opens with :help it will be correctly displayed as markdown readme = { root = vim.fn.stdpath("state") .. "/lazy/readme", - files = { "README.md" }, + files = { "README.md", "lua//README.md" }, -- only generate markdown helptags for plugins that dont have docs skip_if_doc_exists = true, },