feat: added keybindings to update/install/clean/restore/... single plugins

This commit is contained in:
Folke Lemaitre 2022-11-29 10:56:17 +01:00
commit 08b7e42fb0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 43 additions and 22 deletions

View file

@ -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",
},
}