Fix path for lazy-lock

This commit is contained in:
Marcelo Jacobus 2024-11-18 15:09:42 -03:00
parent 587307ca09
commit 14710a82ff

View file

@ -82,5 +82,5 @@ require("lazy").setup({
},
},
},
lockfile = vim.fn.getcwd() .. "/lazy-lock.json",
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",
})