add arg to make telescope search through symlink dirs

#1609
This commit is contained in:
siduck 2022-09-30 09:39:35 +05:30
parent 3fe07c88ef
commit 9eebb9198c

View file

@ -12,6 +12,7 @@ local options = {
defaults = {
vimgrep_arguments = {
"rg",
"-L",
"--color=never",
"--no-heading",
"--with-filename",