Skip to content

Commit

Permalink
fix(ui): sort profiling chronological by default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 23, 2022
1 parent e973323 commit 50e3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local default_state = {
mode = "home",
profile = {
threshold = 0,
sort_time_taken = true,
sort_time_taken = false,
},
}

Expand Down

0 comments on commit 50e3b91

Please sign in to comment.