mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
d521a25cfc
commit
963e6f72a7
|
@ -480,7 +480,7 @@ CONFIGURATION *lazy.nvim-configuration*
|
||||||
-- 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 = {
|
||||||
root = vim.fn.stdpath("state") .. "/lazy/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
|
-- only generate markdown helptags for plugins that dont have docs
|
||||||
skip_if_doc_exists = true,
|
skip_if_doc_exists = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue