mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(help): allow disabling README magic (#663)
This commit is contained in:
parent
b3eca0c3fb
commit
e5759d202a
3 changed files with 6 additions and 0 deletions
|
@ -141,6 +141,7 @@ M.defaults = {
|
|||
-- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue