Skip to content

Commit

Permalink
fix(ui): sort lazy plugin handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 14, 2023
1 parent 276e572 commit ad5da0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad5da0a

Please sign in to comment.