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:
parent
8f685a3c31
commit
cf180bea92
2 changed files with 8 additions and 15 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue