add arg to make telescope search through symlink dirs
This commit is contained in:
parent
e7805612a9
commit
f629745dc2
|
|
@ -10,6 +10,7 @@ local options = {
|
||||||
defaults = {
|
defaults = {
|
||||||
vimgrep_arguments = {
|
vimgrep_arguments = {
|
||||||
"rg",
|
"rg",
|
||||||
|
"-L",
|
||||||
"--color=never",
|
"--color=never",
|
||||||
"--no-heading",
|
"--no-heading",
|
||||||
"--with-filename",
|
"--with-filename",
|
||||||
|
|
|
||||||
Reference in New Issue