doomemacs/modules/lang/elixir/README.org
2019-06-24 20:04:15 +03:00

1.5 KiB

lang/elixir

Description

This module provides support for Elixir programming language via alchemist.el.

  • Code completion (:completion company)
  • Documentation lookup (:tools lookup)
  • Mix integration
  • Phoenix support
  • IEx REPL integration (:tools eval)
  • Syntax checking (:tools flycheck, using flycheck-credo~)

Prerequisites

You shound have Elixir installed, for example, via your distribution's package manager or a version management tool such as asdf.

Install

With asdf

asdf plugin-add elixir
asdf install elixir 1.9.0

Arch Linux

sudo pacman -S elixir

Gentoo Linux

sudo emerge -v dev-lang/elixir

TODO Features

TODO Configuration

TODO Setup for LSP with elixir-ls

TODO Troubleshooting