From 9becfba6b5cf15676fd78b9b14d47d3611bd85da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bogut?= Date: Fri, 29 Oct 2021 07:46:52 +0200 Subject: [PATCH] Add link to nvim-dap plugin (#614) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc2e65701..cee5d1165 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Note: On first run Dialyzer will build a PLT cache which will take a considerabl | Kakoune | [kak-lsp](https://github.com/kak-lsp/kak-lsp) | [Limitations](https://github.com/kak-lsp/kak-lsp/#limitations) | | Kate | [built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/) | Does not support debugger | | Neovim | [coc.nvim](https://github.com/neoclide/coc.nvim) | Does not support debugger | +| Neovim | [nvim-dap](https://github.com/mfussenegger/nvim-dap) | Supports debugger only | | Nova | [nova-elixir-ls](https://github.com/raulchedrese/nova-elixir-ls) | | | Sublime Text | [LSP-elixir](https://github.com/sublimelsp/LSP-elixir) | Does not support debugger | | Vim/Neovim | [ALE](https://github.com/w0rp/ale) | Does not support debugger or @spec suggestions |