This reverts commit cfe6df6257.
This commit is contained in:
@@ -532,13 +532,16 @@ 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") or
|
||||
"--vimgrep"
|
||||
"--no-heading", "--with-filename", "--line-number", "--column"
|
||||
because we need them so the ripgrep output is in the correct format.
|
||||
|
||||
Default: {
|
||||
"rg",
|
||||
"--vimgrep",
|
||||
"--color=never",
|
||||
"--no-heading",
|
||||
"--with-filename",
|
||||
"--line-number",
|
||||
"--column",
|
||||
"--smart-case"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user