feat(navigation): improve list of files searched by helm-ag via ripgrep

This commit is contained in:
2021-05-08 22:10:25 +01:00
parent 8a47421c1a
commit fc0e0acd65

View File

@@ -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"