Using LazyVim with Snacks picker. The grep functionality is not respecting an .ignore file #1973
amalagaura
started this conversation in
General
Replies: 1 comment 2 replies
-
Try using opts = {
picker = {
sources = {
grep = {
hidden = true,
ignored = false, -- Respect `.ignore` file (default). If set to `true`, pass `--no-ignore` to `ripgrep` |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried .ignore and .rgignore but the
<leader>sg
and<leader>sG
grep is not respecting the .ignore or .rgignore file.With a
:checkhealth snacks
I see ripgrep and Snacks.picker.grep() as healthy.Beta Was this translation helpful? Give feedback.
All reactions