mirror of https://github.com/folke/lazy.nvim.git
fix(ui): only show plugins to clean under clean
This commit is contained in:
parent
a834b30c70
commit
45d669f61c
|
@ -77,7 +77,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
filter = function(plugin)
|
filter = function(plugin)
|
||||||
return plugin._.installed and not plugin.url
|
return plugin._.kind == "clean" and plugin._.installed
|
||||||
end,
|
end,
|
||||||
title = "Clean",
|
title = "Clean",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue