From d2c7f5b1d29e30f36d2269e89196805a12689ed4 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Mon, 17 Feb 2014 00:42:23 -0800 Subject: [PATCH] Adds link to article mentioning nimrod docs integration within vim --- Editor-Support.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Editor-Support.md b/Editor-Support.md index 1f1c22e..d1eab5e 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -7,12 +7,16 @@ The following editors have some Nimrod support: * https://github.com/eegg/nimrod-mode (works with emacs 23 too, as of 2014-02-15) ### Vim -https://github.com/zah/nimrod.vim/ +* https://github.com/zah/nimrod.vim/ -* Syntax Highlighting -* Auto-indent -* Build/Jump to errors within Vim -* Project Navigation and Jump to Definition (using the Ctags support listed below or [Nimrod's idetools](http://build.nimrod-code.org/docs/idetools.html) command) + * Syntax Highlighting + * Auto-indent + * Build/Jump to errors within Vim + * Project Navigation and Jump to Definition (using the Ctags support listed below or [Nimrod's idetools](http://build.nimrod-code.org/docs/idetools.html) command) + +* http://gradha.github.io/articles/2014/02/invoking-dash-from-the-command-line-vim.html + + Instructions to map Vim's ``K`` letter to look up documentation under MacOSX using [Dash](http://forum.nimrod-lang.org/t/330). ### Scite Recent versions of Scite have out-of-the-box support for Nimrod. For older versions: