https://github.com/reactormonk/nim-mode.git
git clone 'git://github.com/reactormonk/nim-mode.git'
An emacs major mode for the Nim programming language.
nim-mode.el
via elpa.If you use auto-complete
for completion, see ac-nim.el
for info about how to enable a nim-specific source (experimental).
If you use auto-indent-mode
you need to add nim-mode to the list of auto-indent-multiple-indent-modes
:
el
(add-to-list 'auto-indent-multiple-indent-modes 'nim-mode)