From ad5da0ae20beca5dd89cb17c515c237c46c37b1e Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 14 Oct 2023 16:00:30 +0200 Subject: [PATCH] fix(ui): sort lazy plugin handlers --- lua/lazy/view/render.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/view/render.lua b/lua/lazy/view/render.lua index fca229b..b5d83a0 100644 --- a/lua/lazy/view/render.lua +++ b/lua/lazy/view/render.lua @@ -429,6 +429,7 @@ function M:plugin(plugin) end return value end, vim.tbl_values(values)) + table.sort(values) reason[handler] = table.concat(values, " ") end end