chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-03-17 15:18:52 +00:00
parent e5759d202a
commit 357893a288
1 changed files with 1 additions and 0 deletions

View File

@ -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