914 B
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
)
…
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