mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: added lockfile support
This commit is contained in:
parent
bbad0cb891
commit
4384d0e6d9
7 changed files with 127 additions and 44 deletions
|
@ -40,6 +40,9 @@ M.commands = {
|
|||
update = function()
|
||||
Manage.update({ clear = true, interactive = true })
|
||||
end,
|
||||
reset = function()
|
||||
Manage.update({ clear = true, interactive = true, lockfile = true })
|
||||
end,
|
||||
}
|
||||
|
||||
function M.setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue