We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1aec commit 47e297eCopy full SHA for 47e297e
lua/debugprint/printtag_operations.lua
@@ -109,7 +109,7 @@ local picker_handlers = {
109
local ok_telescope, telescope = pcall(require, "telescope.builtin")
110
if ok_telescope then
111
telescope.live_grep({
112
- prompt_title = "Debug Prints> ",
+ prompt_title = "Debug Prints",
113
default_text = print_tag,
114
})
115
return true
@@ -122,7 +122,7 @@ local picker_handlers = {
122
local ok_snacks, snacks = pcall(require, "snacks")
123
if ok_snacks then
124
snacks.picker.grep({
125
- title = "Debug Prints> ",
+ title = "Debug Prints",
126
search = print_tag,
127
128
0 commit comments