mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
completion/ivy: add grep/git-grep integration to evil+ivy (:grep/:grepc[wd])
This commit is contained in:
@@ -78,6 +78,8 @@
|
||||
(ex! "agc[wd]" #'+ivy:ag-cwd)
|
||||
(ex! "rg" #'+ivy:rg)
|
||||
(ex! "rgc[wd]" #'+ivy:rg-cwd)
|
||||
(ex! "grep" #'+ivy:grep)
|
||||
(ex! "grepc[wd]" #'+ivy:grep-cwd)
|
||||
(ex! "sw[iper]" #'+ivy:swiper)
|
||||
(ex! "todo" #'+ivy:todo))
|
||||
((featurep! :completion helm)
|
||||
|
Reference in New Issue
Block a user