doomemacs/modules/lang/nim/README.org
2018-05-08 11:50:12 -03:00

914 B

:lang Nim

This module is a work in progress.

This module adds Nim support to Emacs.

  • Code completion (nimsuggest+company)
  • Syntax checking (nimsugges+flycheck)
  • Babel support (ob-nim)

Table of Contents   TOC

Install

Nim

To get started with Nim, you can either use choosenim and install nim with:

curl https://nim-lang.org/choosenim/init.sh -sSf | sh

Or through your package manager:

MacOS

brew install nim

Arch Linux

sudo pacman --needed --noconfirm -S nim

Arch Linux

sudo pacman --needed --noconfirm -S nim