Skip to content

Commit 963e6f7

Browse files
chore(build): auto-generate vimdoc
1 parent d521a25 commit 963e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lazy.nvim.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ CONFIGURATION *lazy.nvim-configuration*
480480
-- when the readme opens with :help it will be correctly displayed as markdown
481481
readme = {
482482
root = vim.fn.stdpath("state") .. "/lazy/readme",
483-
files = { "README.md" },
483+
files = { "README.md", "lua//README.md" },
484484
-- only generate markdown helptags for plugins that dont have docs
485485
skip_if_doc_exists = true,
486486
},

0 commit comments

Comments
 (0)