mirror of https://github.com/folke/lazy.nvim.git
refactor: renamed reset -> restore: update to state of lockfile
This commit is contained in:
parent
782d287d89
commit
88a12027af
|
@ -40,7 +40,7 @@ M.commands = {
|
|||
update = function()
|
||||
Manage.update({ clear = true, interactive = true })
|
||||
end,
|
||||
reset = function()
|
||||
restore = function()
|
||||
Manage.update({ clear = true, interactive = true, lockfile = true })
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue