Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.27 KB

README.org

File metadata and controls

39 lines (29 loc) · 1.27 KB

lang/erlang

Table of Contents

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)