Add projectile-ripgrep
This commit is contained in:
parent
84122cea20
commit
6234195a63
@ -6,4 +6,8 @@
|
||||
(projectile-mode 1)
|
||||
(leader-def-key "p" '(projectile-command-map :which-key "projectile")))
|
||||
|
||||
;; Ripgrep integration
|
||||
(use-package projectile-ripgrep
|
||||
:after projectile)
|
||||
|
||||
(provide 'init-projects)
|
||||
|
Loading…
Reference in New Issue
Block a user