Skip to content

Commit 45d669f

Browse files
committed
fix(ui): only show plugins to clean under clean
1 parent a834b30 commit 45d669f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/view/sections.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ return {
7777
},
7878
{
7979
filter = function(plugin)
80-
return plugin._.installed and not plugin.url
80+
return plugin._.kind == "clean" and plugin._.installed
8181
end,
8282
title = "Clean",
8383
},

0 commit comments

Comments
 (0)