Skip to content

Commit

Permalink
fix(help): make sure we always generate lazy helptags
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 23, 2022
1 parent 4cf1f7b commit f360e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit f360e33

Please sign in to comment.