Georgi Chochev
Georgi Chochev
You can achieve this by extending the config ``` require("telescope").setup({ defaults = { vimgrep_arguments = { "rg", "--color=never", "--no-heading", "--with-filename", "--line-number", "--column", "--smart-case", }, -- ... rest of your telescope...
I recently ran into that issue so don't mind me just bumping for visibility. Looks like there is a promising PR on the horizon https://github.com/jesseduffield/lazygit/pull/3299