Open zw963 opened 2 years ago
@zw963 You might be interested in the thread at #16200, which might provide you some useful info.
Check it out and see if it helps. Just updating helm-ag
fixed it for me.
where is the #16200 ?
where is the #16200 ?
@zw963, here: https://github.com/syl20bnr/spacemacs/issues/16200
where is the #16200 ?
@zw963, here: syl20bnr/spacemacs#16200
Cool, nice, will try it later, thanks
Because ag use
--ignore PATTERN
to Ignore files/directories whose names match this pattern. Literal file and directory names are also allowed.But, when use with rg, we have to hard-code following function to support it.
e.g.