tools/lookup: add autocompletion for google/duckduckgo providers

For +lookup/online, on `SPC s o`

- Change the signature of `+lookup/online`
- Change format of +lookup-provider-url-alist.
This commit is contained in:
Henrik Lissner 2019-12-15 17:59:20 -05:00
parent c522ca4fc0
commit dfb5a0cc54
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 47 additions and 40 deletions

View file

@ -10,7 +10,9 @@
;;
(package! dumb-jump)
(when (featurep! :completion ivy)
(package! ivy-xref))
(package! ivy-xref)
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
(package! request))
(when (featurep! :completion helm)
(package! helm-xref))