Skip to content

Commit 83af3ed

Browse files
committed
Fix broken links in readme
and format readme table
1 parent a0aa183 commit 83af3ed

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ Note: On its first run, Dialyzer will build a PLT cache. This will take a consi
2929

3030
## IDE plugins
3131

32-
| IDE | Plugin | Support |
32+
| IDE | Plugin | Support |
3333
| ------------ | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
3434
| BBEdit | [bbpackage](https://github.com/chipotle/Elixir.bbpackage) | |
3535
| Emacs | [eglot](https://github.com/joaotavora/eglot) | |
3636
| Emacs | [lsp-mode](https://github.com/emacs-lsp/lsp-mode) | Supports debug adapter via [dap-mode](https://github.com/yyoncho/dap-mode) |
37-
| Kakoune | [kak-lsp](https://github.com/kak-lsp/kak-lsp) | [Limitations](https://github.com/kak-lsp/kak-lsp/#limitations) |
38-
| Kate | [built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/) | Does not support debug adapter |
39-
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debug adapter |
37+
| Kakoune | [kak-lsp](https://github.com/kak-lsp/kak-lsp) | [Limitations](https://github.com/kak-lsp/kak-lsp/#limitations) |
38+
| Kate | [built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/) | Does not support debug adapter |
39+
| Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debug adapter |
4040
| Neovim | [nvim-dap](https://github.com/mfussenegger/nvim-dap) | Supports debug adapter only |
41-
| Neovim | [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Does not support debug adapter |
41+
| Neovim | [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | Does not support debug adapter |
4242
| Nova | [nova-elixir-ls](https://github.com/raulchedrese/nova-elixir-ls) | |
43-
| Sublime Text | [LSP-elixir](https://github.com/sublimelsp/LSP-elixir) | Does not support debug adapter |
44-
| Vim/Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debug adapter or @spec suggestions |
45-
| Vim/Neovim | [elixir-lsp/coc-elixir](https://github.com/elixir-lsp/coc-elixir) | Does not support debug adapter |
46-
| Vim/Neovim | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | Does not support debug adapter |
47-
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
48-
| Helix | [elixir-lsp](https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers#elixir)| Supports all ElixirLS features |
49-
| Zed | [elixir language support](https://zed.dev/docs/languages/elixir)| Supports all ElixirLS features |
43+
| Sublime Text | [LSP-elixir](https://github.com/sublimelsp/LSP-elixir) | Does not support debug adapter |
44+
| Vim/Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debug adapter or @spec suggestions |
45+
| Vim/Neovim | [elixir-lsp/coc-elixir](https://github.com/elixir-lsp/coc-elixir) | Does not support debug adapter |
46+
| Vim/Neovim | [vim-lsp](https://github.com/prabirshrestha/vim-lsp) | Does not support debug adapter |
47+
| VS Code | [elixir-lsp/vscode-elixir-ls](https://github.com/elixir-lsp/vscode-elixir-ls) | Supports all ElixirLS features |
48+
| Helix | [elixir-lsp](https://github.com/helix-editor/helix/wiki/Language-Server-Configurations#elixir) | Supports all ElixirLS features |
49+
| Zed | [elixir language support](https://zed.dev/docs/languages/elixir) | Supports all ElixirLS features |
5050

5151
Please feel free to create and publish your own client packages and add them to this list!
5252

@@ -379,7 +379,7 @@ Below is a list of configuration options supported by the ElixirLS Debug Adapter
379379
<dt>taskArgs</dt><dd>A list of arguments to mix task</dd>
380380
<dt>debugAutoInterpretAllModules</dt><dd>Auto interpret all modules from project build path. Defaults to <code>true</code>.</dd>
381381
<dt>env</dt><dd>An object with environment variables - To set Object keys, specify environment variables; values should be strings.</dd>
382-
<dt>stackTraceMode</dt><dd>Option passed to <code>:int.stack_trace/1</code>. See <a href='https://www.erlang.org/doc/man/int#stack_trace-1'>:int.stack_trace/1</a> for details. Allowed values are <code>all</code>, <code>no_tail</code>, and <code>false</code>.</dd>
382+
<dt>stackTraceMode</dt><dd>Option passed to <code>:int.stack_trace/1</code>. See <a href='https://www.erlang.org/doc/man/int#stack_trace/1'>:int.stack_trace/1</a> for details. Allowed values are <code>all</code>, <code>no_tail</code>, and <code>false</code>.</dd>
383383
<dt>requireFiles</dt><dd>A list of additional files that should be required and interpreted - This is especially useful for debugging tests.</dd>
384384
<dt>debugInterpretModulesPatterns</dt><dd>A list of globs specifying modules that should be interpreted</dd>
385385
<dt>projectDir</dt><dd>An absolute path to the directory where `mix.exs` is located - In VSCode, <code>${workspaceRoot}</code> can be used.</dd>

0 commit comments

Comments
 (0)