feature/lookup: remove devdocs support (for now)

devdocs-lookup is broken at the moment. devdocs search is still
available through +lookup/online as a provider however. This may be
reversed later, when (and if) we find a better devdocs backend.
This commit is contained in:
Henrik Lissner 2018-08-28 20:48:49 +02:00
parent 5021b0dbb6
commit a57c0fbede
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 2 additions and 61 deletions

View file

@ -19,6 +19,3 @@
(package! helm-dash))
(when (featurep! :completion ivy)
(package! counsel-dash)))
(when (featurep! +devdocs)
(package! devdocs-lookup :recipe (:fetcher github :repo "skeeto/devdocs-lookup")))