completion/ivy: add grep/git-grep integration to evil+ivy (:grep/:grepc[wd])

This commit is contained in:
Henrik Lissner 2018-02-19 03:11:28 -05:00
parent 6f1b96bc9a
commit 20d97ffbaa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 31 additions and 0 deletions

View file

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