diff --git a/lua/lazy/help.lua b/lua/lazy/help.lua index d13174b..d2eba65 100644 --- a/lua/lazy/help.lua +++ b/lua/lazy/help.lua @@ -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")