We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a834b30 commit 45d669fCopy full SHA for 45d669f
lua/lazy/view/sections.lua
@@ -77,7 +77,7 @@ return {
77
},
78
{
79
filter = function(plugin)
80
- return plugin._.installed and not plugin.url
+ return plugin._.kind == "clean" and plugin._.installed
81
end,
82
title = "Clean",
83
0 commit comments