doomemacs/modules/lang/erlang/README.org
Peter Steidel 1d91d9c6d6 Erlang LSP module improvements
- Add README.org
- Make it so other completion frameworks don't compete with the lsp module
- load lsp via erlang-local-vars-hook
2020-01-14 19:11:49 -05:00

1.3 KiB

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)