From 2f473c14d6506ef877c59869730c413bc72ee6ab Mon Sep 17 00:00:00 2001 From: alaviss Date: Mon, 28 Jan 2019 11:15:13 +0700 Subject: [PATCH] Add alaviss/nim.nvim --- Editor-Support.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Editor-Support.md b/Editor-Support.md index 6f0575d..1025536 100644 --- a/Editor-Support.md +++ b/Editor-Support.md @@ -39,6 +39,17 @@ The following editors have some Nim support: A very new plugin for Vim and Neovim, still in heavy development. +* https://github.com/alaviss/nim.nvim + + An experimental plugin targeting Neovim (no Vim support) featuring: + + * Semantic syntax highlighting + * Go to definition + * Auto-completion + * Section movements + * Auto-indent + * Code folding + * 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.nim-lang.org/t/330).