Skip to content

Commit

Permalink
feat(profile): nicer threshold prompt (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz authored Dec 28, 2022
1 parent dc03fa1 commit ff8f378
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 @@ -85,7 +85,7 @@ function M.create()
self:on_key(ViewConfig.keys.profile_filter, function()
if self.state.mode == "profile" then
vim.ui.input({
prompt = "Enter time threshold in ms, like 0.5",
prompt = "Enter time threshold in ms: ",
default = tostring(self.state.profile.threshold),
}, function(input)
if not input then
Expand Down

0 comments on commit ff8f378

Please sign in to comment.