We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ad368 commit 0257122Copy full SHA for 0257122
1 file changed
.config/nvim/plugin/init.lua
@@ -17,7 +17,7 @@ end, {
17
})
18
19
vim.api.nvim_create_user_command("PackRestore", function()
20
- vim.pack.update(nil, { target = "lockfile" })
+ vim.pack.update(nil, { target = "lockfile", force = true })
21
end, {
22
desc = "Restore the pack to the state of the lock file.",
23
0 commit comments