c893383fe4
- CSS links - GIFS in published version - Unify layer doc titles - Change emoji layer emojis to an image
829 B
829 B
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 |