.. | ||
img | ||
config.el | ||
packages.el | ||
README.org |
Nim layer
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 |