Skip to content

Commit e1acc62

Browse files
authored
Add vim-lsp to support list (#340)
1 parent c69f8fa commit e1acc62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Note: On first run Dialyzer will build a PLT cache which will take a considerabl
3232
| ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------- |
3333
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
3434
| Vim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions |
35+
| Vim | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | Does not support debugger |
36+
| Neovim | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | Does not support debugger |
3537
| Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger |
3638
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debugger |
3739
| Emacs | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Supports debugger via [dap-mode](https://github.com/yyoncho/dap-mode) |

0 commit comments

Comments
 (0)