We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf1f7b commit f360e33Copy full SHA for f360e33
lua/lazy/help.lua
@@ -29,6 +29,7 @@ function M.index(plugin)
29
end
30
31
function M.update()
32
+ vim.cmd.helptags(Config.plugins["lazy.nvim"].dir .. "/doc")
33
local docs = Config.options.readme.root .. "/doc"
34
vim.fn.mkdir(docs, "p")
35
0 commit comments