From 641fbe8a4af0cc40c7dcbcecf63a1695b944bc45 Mon Sep 17 00:00:00 2001 From: Pawel Bogut Date: Thu, 28 Oct 2021 20:42:52 +0200 Subject: [PATCH] Add link to nvim-dap plugin --- 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 |