We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8229d commit 3515cb5Copy full SHA for 3515cb5
lua/lazy/pkg/init.lua
@@ -48,6 +48,7 @@ function M.update()
48
end
49
50
local code = "return " .. Util.dump({ version = M.VERSION, specs = M.cache })
51
+ vim.fn.mkdir(vim.fn.fnamemodify(Config.options.pkg.cache, ":h"), "p")
52
Util.write_file(Config.options.pkg.cache, code)
53
M.dirty = false
54
M.cache = nil
0 commit comments