From f629745dc286bef7a28827d5c959fd4f2252cdc2 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 14 Oct 2022 20:33:36 +0530 Subject: [PATCH] add arg to make telescope search through symlink dirs --- lua/plugins/configs/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/configs/telescope.lua b/lua/plugins/configs/telescope.lua index da61ed5..4380f5c 100644 --- a/lua/plugins/configs/telescope.lua +++ b/lua/plugins/configs/telescope.lua @@ -10,6 +10,7 @@ local options = { defaults = { vimgrep_arguments = { "rg", + "-L", "--color=never", "--no-heading", "--with-filename",