Skip to content

Commit f360e33

Browse files
committed
fix(help): make sure we always generate lazy helptags
1 parent 4cf1f7b commit f360e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/help.lua

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function M.index(plugin)
2929
end
3030

3131
function M.update()
32+
vim.cmd.helptags(Config.plugins["lazy.nvim"].dir .. "/doc")
3233
local docs = Config.options.readme.root .. "/doc"
3334
vim.fn.mkdir(docs, "p")
3435

0 commit comments

Comments
 (0)