mirror of https://github.com/folke/lazy.nvim.git
fix(ui): sort profiling chronological by default
This commit is contained in:
parent
e973323e95
commit
50e3b91767
|
@ -9,7 +9,7 @@ local default_state = {
|
|||
mode = "home",
|
||||
profile = {
|
||||
threshold = 0,
|
||||
sort_time_taken = true,
|
||||
sort_time_taken = false,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue