Files
doomemacs/modules/lang/crystal
Jack Thorne a46f741a89 feat(crystal): add spec keybinds
Adds test running shortcuts similar to :lang ruby's.
2021-12-15 22:32:21 +01:00
..
2021-12-15 22:32:21 +01:00
2021-02-25 10:46:46 -05:00
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