add arg to make telescope search through symlink dirs

#1609
pull/1628/head
siduck 2 years ago committed by Sidhanth Rathod
parent 3fae9d88c5
commit 44b238ad0b

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

Loading…
Cancel
Save