add arg to make telescope search through symlink dirs

This commit is contained in:
krolyxon 2022-10-14 20:33:36 +05:30
parent e7805612a9
commit f629745dc2
1 changed files with 1 additions and 0 deletions

View File

@ -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",