doomemacs/modules/lang/crystal
Henrik Lissner d58d084774
tweak(:lang,:tools): start eglot/lsp-mode later
To ensure lsp/eglot settings have precedence over local servers (e.g.
cider and lookup handlers).

Ref: clojure-emacs/cider#3170
2022-03-30 17:32:47 +02:00
..
config.el tweak(:lang,:tools): start eglot/lsp-mode later 2022-03-30 17:32:47 +02: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