mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix(help): make sure we always generate lazy helptags
This commit is contained in:
parent
4cf1f7b26e
commit
f360e336a5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue