1.5 KiB
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