mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
e5759d202a
commit
357893a288
|
@ -528,6 +528,7 @@ CONFIGURATION *lazy.nvim-lazy.nvim-configuration*
|
||||||
-- so :help works even for plugins that don't have vim docs.
|
-- 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
|
-- when the readme opens with :help it will be correctly displayed as markdown
|
||||||
readme = {
|
readme = {
|
||||||
|
enabled = true,
|
||||||
root = vim.fn.stdpath("state") .. "/lazy/readme",
|
root = vim.fn.stdpath("state") .. "/lazy/readme",
|
||||||
files = { "README.md", "lua//README.md" },
|
files = { "README.md", "lua//README.md" },
|
||||||
-- only generate markdown helptags for plugins that dont have docs
|
-- only generate markdown helptags for plugins that dont have docs
|
||||||
|
|
Loading…
Reference in New Issue