fix(ui): sort lazy plugin handlers

This commit is contained in:
Folke Lemaitre 2023-10-14 16:00:30 +02:00
parent 276e572f64
commit ad5da0ae20
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -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