mirror of https://github.com/folke/lazy.nvim.git
fix(ui): sort lazy plugin handlers
This commit is contained in:
parent
276e572f64
commit
ad5da0ae20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue