mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
feat: added keybindings to update/install/clean/restore/... single plugins
This commit is contained in:
parent
54a82ad695
commit
08b7e42fb0
6 changed files with 43 additions and 22 deletions
|
@ -76,9 +76,9 @@ return {
|
|||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
return not plugin._.installed and not plugin.uri
|
||||
return not plugin._.installed
|
||||
end,
|
||||
title = "Cleaned",
|
||||
title = "Not Installed",
|
||||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
|
@ -92,10 +92,4 @@ return {
|
|||
end,
|
||||
title = "Installed",
|
||||
},
|
||||
{
|
||||
filter = function()
|
||||
return true
|
||||
end,
|
||||
title = "Not Installed",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue