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