Skip to content

Commit

Permalink
telescope: remove printing of used rg statement
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Dec 19, 2024
1 parent 5f32eaa commit f7cfb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/nvim/search.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function M.filtered_grep(opts)
end
end

vim.print(args)
return args
end,
entry_maker = make_entry.gen_from_vimgrep(opts),
Expand Down

0 comments on commit f7cfb1a

Please sign in to comment.