From 44b238ad0baa38f6817e996fb0a4992f758c9f09 Mon Sep 17 00:00:00 2001 From: siduck Date: Fri, 30 Sep 2022 09:39:35 +0530 Subject: [PATCH] add arg to make telescope search through symlink dirs #1609 --- 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 03e1467..b01abc0 100644 --- a/lua/plugins/configs/telescope.lua +++ b/lua/plugins/configs/telescope.lua @@ -12,6 +12,7 @@ local options = { defaults = { vimgrep_arguments = { "rg", + "-L", "--color=never", "--no-heading", "--with-filename",