mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
e5759d202a
commit
357893a288
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue