doomemacs/modules/lang/elixir
2019-06-24 20:04:15 +03:00
..
config.el General module refactor 2019-03-02 02:04:11 -05:00
packages.el feature/{syntax-checker,spellcheck} -> tools/fly{check,spell} 2019-02-22 00:25:30 -05:00
README.org lang/elixir: Add README.org 2019-06-24 20:04:15 +03:00

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