fix(help): make sure we always generate lazy helptags

This commit is contained in:
Folke Lemaitre 2022-12-23 13:13:28 +01:00
parent 4cf1f7b26e
commit f360e336a5
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function M.index(plugin)
end
function M.update()
vim.cmd.helptags(Config.plugins["lazy.nvim"].dir .. "/doc")
local docs = Config.options.readme.root .. "/doc"
vim.fn.mkdir(docs, "p")