chore: simplify vimgrep_arguments args (#2440)

(cherry picked from commit cfe6df6257)
This commit is contained in:
Andrew Snelling
2023-04-09 17:50:59 +02:00
committed by Simon Hauser
parent 5dcff772cd
commit 9800a1d107
2 changed files with 7 additions and 13 deletions
+3 -6
View File
@@ -527,16 +527,13 @@ telescope.setup({opts}) *telescope.setup()*
Hint: Make sure that color is currently set to `never` because we do
not yet interpret color codes
Hint 2: Make sure that these options are in your changes arguments:
"--no-heading", "--with-filename", "--line-number", "--column"
("--no-heading", "--with-filename", "--line-number", "--column") or
"--vimgrep"
because we need them so the ripgrep output is in the correct format.
Default: {
"rg",
"--color=never",
"--no-heading",
"--with-filename",
"--line-number",
"--column",
"--vimgrep",
"--smart-case"
}