Nim language plugin for vim
Find a file
Zahary Karadjov ecc3d1f633 fixed the "cannot reload GotoDefinition while executing" error
errors are redirected to a log buffer now instead of echoerr
2012-11-09 18:51:59 +02:00
autoload fixed the "cannot reload GotoDefinition while executing" error 2012-11-09 18:51:59 +02:00
compiler added support for compiler-assisted "go to definition" and omnicompletion 2012-11-08 19:07:21 +02:00
ftdetect added support for compiler-assisted "go to definition" and omnicompletion 2012-11-08 19:07:21 +02:00
ftplugin fixed the "cannot reload GotoDefinition while executing" error 2012-11-09 18:51:59 +02:00
indent generalised the indent rule for procs to handle templates, macros 2011-08-26 15:31:13 +03:00
syntax syntax updates for unsigned integers 2012-06-14 14:35:24 +03:00
README Version 1.0: Initial upload -

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2632

Syntax file for Nimrod.

This file is basically a modified python.vim (http://www.vim.org/scripts/script.php?script_id=790) ... you might recognize it.
I have no idea if it works because I haven't actually tried to code in Nimrod and have next to nothing to test it with :P