add arg to make telescope search through symlink dirs

#1609
pull/1621/head
siduck 2 years ago
parent 3fe07c88ef
commit 9eebb9198c

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

Loading…
Cancel
Save