mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(help): accept patterns for readme (#269)
This commit is contained in:
parent
11eee43c7e
commit
d521a25cfc
3 changed files with 12 additions and 7 deletions
|
@ -436,7 +436,7 @@ return {
|
|||
-- when the readme opens with :help it will be correctly displayed as markdown
|
||||
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
|
||||
skip_if_doc_exists = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue