We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d521a25 commit 963e6f7Copy full SHA for 963e6f7
doc/lazy.nvim.txt
@@ -480,7 +480,7 @@ CONFIGURATION *lazy.nvim-configuration*
480
-- when the readme opens with :help it will be correctly displayed as markdown
481
readme = {
482
root = vim.fn.stdpath("state") .. "/lazy/readme",
483
- files = { "README.md" },
+ files = { "README.md", "lua//README.md" },
484
-- only generate markdown helptags for plugins that dont have docs
485
skip_if_doc_exists = true,
486
},
0 commit comments