From 41756b868448d5c66c3c95617b0a6692eee35bb8 Mon Sep 17 00:00:00 2001 From: Alex Kwiatkowski Date: Wed, 1 Jan 2020 23:27:15 -0800 Subject: [PATCH] Add Neovim to README (#88) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82be2ae3..f9ef6706 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ You may want to install Elixir and Erlang from source, using the [kiex](https:// | VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features | | Atom IDE | [JakeBecker/ide-elixir](https://github.com/JakeBecker/ide-elixir) | Does not support debugger or @spec suggestions | | Vim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions | +| Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger | | Emacs | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Supports debugger via [dap-mode](https://github.com/yyoncho/dap-mode) | | Emacs | [eglot](https://github.com/joaotavora/eglot) | |