Remove ivy-erlang-complete

It's redundant with company-erlang, which uses ivy-erlang-complete as a
backend anyhow.

Fixes #2786
This commit is contained in:
Henrik Lissner 2020-03-28 20:08:24 -04:00
parent 8f685a3c31
commit cf180bea92
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 8 additions and 15 deletions

View file

@ -5,7 +5,5 @@
(when (featurep! :checkers syntax)
(package! flycheck-rebar3 :pin "3cca1268c5"))
(unless (featurep! +lsp)
(when (featurep! :completion ivy)
(package! ivy-erlang-complete :pin "c443dba0c4"))
(when (featurep! :completion company)
(package! company-erlang :pin "bc0524a16f")))