doomemacs/modules/lang/crystal
Henrik Lissner 443370b4d7 feat(crystal): add +lsp flag and support
Since lsp-crystal is provided by lsp-mode.
2021-07-31 04:35:49 -04:00
..
config.el feat(crystal): add +lsp flag and support 2021-07-31 04:35:49 -04:00
doctor.el Don't byte-compile doctor.el files 2018-03-20 21:19:37 -04:00
packages.el Bump :lang 2021-02-25 10:46:46 -05:00
README.org doc: add crystal README (#4764) 2021-03-10 11:53:55 -05:00

lang/crystal

Description

This modules adds crystal support.

  • Syntax-checking (flycheck)
  • REPL (inf-crystal)

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags.

Plugins

Prerequisites

Crystal

you need to install the crystal compiler.

MacOS

brew install crystal

Arch

sudo pacman -S crystal shards

ICR (REPL)

you need to install ICR.

TODO Features

TODO Configuration

TODO Troubleshooting