ripgrep options
This commit is contained in:
parent
6931970496
commit
d8d6794eda
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -123,6 +123,9 @@
|
|||
(use-package helm-company :ensure t)
|
||||
(use-package swiper-helm :ensure t)
|
||||
(use-package helm-projectile :ensure t)
|
||||
(use-package helm-ag :ensure t
|
||||
:config
|
||||
(setq helm-ag-base-command "rg --vimgrep --no-heading --smart-case"))
|
||||
|
||||
;; projectile
|
||||
(use-package projectile :ensure t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue