mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
- crystal-mode
- inf-crystal
-
if
:checkers syntax
is enabled
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.