doomemacs/modules/lang/erlang
Henrik Lissner cf180bea92
Remove ivy-erlang-complete
It's redundant with company-erlang, which uses ivy-erlang-complete as a
backend anyhow.

Fixes #2786
2020-03-28 20:08:24 -04:00
..
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

Prerequisites

You should have Erlang installed. Check your distribution's package manager or a version management tool such as kerl.

If you want LSP support, install sourcer.

Features

  • Code completion (+lsp, :completion company, and :completion ivy)
  • Syntax checking (:checkers syntax)