mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(picker.grep): faulty rg cmd. Closes #2280
This commit is contained in:
parent
5c4365e993
commit
65a5c8b3d0
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ local function get_cmd(opts, filter)
|
||||||
"--smart-case",
|
"--smart-case",
|
||||||
"--max-columns=500",
|
"--max-columns=500",
|
||||||
"--max-columns-preview",
|
"--max-columns-preview",
|
||||||
"-g",
|
|
||||||
"--glob=!.bare",
|
"--glob=!.bare",
|
||||||
"--glob=!.git",
|
"--glob=!.git",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue