nim-mode

https://github.com/reactormonk/nim-mode.git

git clone 'git://github.com/reactormonk/nim-mode.git'
0

nim-mode

An emacs major mode for the Nim programming language.

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)