We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc03fa1 commit ff8f378Copy full SHA for ff8f378
lua/lazy/view/init.lua
@@ -85,7 +85,7 @@ function M.create()
85
self:on_key(ViewConfig.keys.profile_filter, function()
86
if self.state.mode == "profile" then
87
vim.ui.input({
88
- prompt = "Enter time threshold in ms, like 0.5",
+ prompt = "Enter time threshold in ms: ",
89
default = tostring(self.state.profile.threshold),
90
}, function(input)
91
if not input then
0 commit comments