Skip to content

Commit c7cb6f7

Browse files
authored
Add link to Sublime Text plugin (#268)
1 parent a8bdf93 commit c7cb6f7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,17 @@ You may want to install Elixir and Erlang from source, using the [kiex](https://
3838

3939
## IDE plugins
4040

41-
| IDE | Plugin | Support |
42-
| -------- | ----------------------------------------------------------------------------- | ---------------------------------------------- |
43-
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
44-
| Atom IDE | [JakeBecker/ide-elixir](https://github.com/JakeBecker/ide-elixir) | Does not support debugger or @spec suggestions |
45-
| Vim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions |
46-
| Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger |
47-
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debugger |
48-
| Emacs | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Supports debugger via [dap-mode](https://github.com/yyoncho/dap-mode) |
49-
| Emacs | [eglot](https://github.com/joaotavora/eglot) | |
50-
| Kate | [built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/) | Does not support debugger |
41+
| IDE | Plugin | Support |
42+
| ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------- |
43+
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
44+
| Atom IDE | [JakeBecker/ide-elixir](https://github.com/JakeBecker/ide-elixir) | Does not support debugger or @spec suggestions |
45+
| Vim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions |
46+
| Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger |
47+
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debugger |
48+
| Emacs | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Supports debugger via [dap-mode](https://github.com/yyoncho/dap-mode) |
49+
| Emacs | [eglot](https://github.com/joaotavora/eglot) | |
50+
| Kate | [built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/) | Does not support debugger |
51+
| Sublime Text | [LSP-elixir](https://github.com/sublimelsp/LSP-elixir) | Does not support debugger |
5152

5253
Feel free to create and publish your own client packages and add them to this list!
5354

0 commit comments

Comments
 (0)