mirror of https://github.com/folke/lazy.nvim.git
fix(help): make sure we always generate lazy helptags
This commit is contained in:
parent
4cf1f7b26e
commit
f360e336a5
|
@ -29,6 +29,7 @@ function M.index(plugin)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.update()
|
function M.update()
|
||||||
|
vim.cmd.helptags(Config.plugins["lazy.nvim"].dir .. "/doc")
|
||||||
local docs = Config.options.readme.root .. "/doc"
|
local docs = Config.options.readme.root .. "/doc"
|
||||||
vim.fn.mkdir(docs, "p")
|
vim.fn.mkdir(docs, "p")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue