mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-08 16:46:34 +00:00
fix(ui): sort profiling chronological by default
This commit is contained in:
parent
e973323e95
commit
50e3b91767
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local default_state = {
|
||||||
mode = "home",
|
mode = "home",
|
||||||
profile = {
|
profile = {
|
||||||
threshold = 0,
|
threshold = 0,
|
||||||
sort_time_taken = true,
|
sort_time_taken = false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue