mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(navigation): improve list of files searched by helm-ag via ripgrep
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
("a" . helm-do-ag))
|
||||
|
||||
:custom
|
||||
(helm-ag-base-command "rg --no-heading")
|
||||
(helm-ag-base-command (mapconcat 'identity
|
||||
'("rg" "--no-heading" "--hidden"
|
||||
"--glob !.git/*"
|
||||
"--glob !.bundle/*"
|
||||
"--glob !.vscode/*") " "))
|
||||
(helm-ag-use-emacs-lisp-regexp nil)
|
||||
(helm-ag-ignore-patterns '("*.min-latest.css"
|
||||
"*.min-latest.js"
|
||||
|
||||
Reference in New Issue
Block a user