Closed gilbh closed 2 years ago
Hi,
Is it possible to pass the string/pattern to be searched? Something link:
:lua require("telescope").extensions.live_grep_args.live_grep_args({value=[STRING_TO_SEARCH]})
Thanks!
Hi @gilbh :wave:
Yes, it is: :lua require("telescope").extensions.live_grep_args.live_grep_args({default_text="test"})
:lua require("telescope").extensions.live_grep_args.live_grep_args({default_text="test"})
(I couldn't locate instructions on arguments, is there one and where?)
Hi,
Is it possible to pass the string/pattern to be searched? Something link:
Thanks!