mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-09 10:41:19 -08:00
| .. | ||
| config.el | ||
| packages.el | ||
| README.org | ||
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