doomemacs/modules/lang/erlang
2020-11-13 13:11:34 -05:00
..
config.el Bump :checkers syntax 2020-11-13 13:11:34 -05:00
packages.el Bump :lang erlang 2020-11-13 13:11:34 -05:00
README.org Erlang LSP module improvements 2020-01-14 19:11:49 -05:00

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)