Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 1, 2023
1 parent d521a25 commit 963e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ CONFIGURATION *lazy.nvim-configuration*
-- 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,
},
Expand Down

0 comments on commit 963e6f7

Please sign in to comment.