.. | ||
img | ||
config.el | ||
packages.el | ||
README.org |
Nim contribution layer for Spacemacs
Table of Contents TOC@4
Description
This layer adds support for nim (nimrod).
Install
Layer
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(nim))
Working with Nim
Nim commands (start with m
):
Key Binding | Description |
---|---|
SPC m c r |
nim compile –run main.nim |