BREAKING CHANGE: Remove `company-erlang` which depends on `ivy-erlang-complete`. `company-erlang` and `ivy-erlang-complte` have not been maintained now. The lsp mode provides much better experience than `company-erlang` and `ivy-erlang-complete`. The `ivy-erlang-complete` package also has the defect that slow down the erlang-mode buffer when the buffer is huge enough. It is not a good choice to integrate ivy-erlang-complete nowadays even as a non-LSP option. |
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
lang/erlang
Description
This module provides support Erlang programming language. Support for the sourcer language server is optional.
Maintainers
This module has no dedicated maintainers.
Module Flags
+lsp
Enable LSP Support. Requires sourcer.
Plugins
- Erlang Mode (bundled with Erlang installations)
- flycheck-rebar3
- ivy-erlang-complete
Prerequisites
Features
- Code completion (
+lsp
,:completion company
, and:completion ivy
) - Syntax checking (
:checkers syntax
)