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)
|
||||
return plugin._.installed and not plugin.url
|
||||
return plugin._.kind == "clean" and plugin._.installed
|
||||
end,
|
||||
title = "Clean",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue