Adds link to article mentioning nimrod docs integration within vim
This commit is contained in:
parent
ce430656ec
commit
d2c7f5b1d2
|
@ -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: <br />
|
||||
|
|
Loading…
Reference in New Issue