doomemacs/modules/lang/crystal/README.org
Jeetaditya Chatterjee a2eac47a75
doc: add crystal README (#4764)
* doc: add crystal README

* adding some punctuation

* adding the version tag

* removing tree/<hash> links and placeholder comments

* adding in the required metadata
2021-03-10 11:53:55 -05:00

1.7 KiB

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