We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f3422 commit d59f857Copy full SHA for d59f857
1 file changed
lua/fzf-lua/providers/grep.lua
@@ -46,7 +46,9 @@ M.grep = function(opts)
46
end
47
48
49
- if utils.has(opts, "fzf") and not opts.prompt and opts.search and #opts.search > 0 then
+ if (utils.has(opts, "fzf") or utils.has(opts, "sk", { 1, 8, 1 }))
50
+ and not opts.prompt and opts.search and #opts.search > 0
51
+ then
52
opts.prompt = utils.ansi_from_hl(opts.hls.live_prompt, opts.search) .. " > "
53
54
0 commit comments