mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(restore): you can now restore a plugin to a certain commit. Fixes #234
This commit is contained in:
parent
4b29f7e3d5
commit
1283c2b288
3 changed files with 37 additions and 18 deletions
|
@ -96,8 +96,8 @@ M.commands = {
|
|||
},
|
||||
restore = {
|
||||
button = true,
|
||||
desc = "Updates all plugins to the state in the lockfile",
|
||||
desc_plugin = "Restore a plugin to the state in the lockfile",
|
||||
desc = "Updates all plugins to the state in the lockfile. For a single plugin: restore it to the state in the lockfile or to a given commit under the cursor",
|
||||
desc_plugin = "Restore a plugin to the state in the lockfile or to a given commit under the cursor",
|
||||
id = 8,
|
||||
key = "R",
|
||||
key_plugin = "r",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue