LazyVim.LazyVim/lua/lazyvim/plugins/extras
Fredrik Averpil 02d673d37c
feat(lang): add debug adapter plugin for go (#1115)
neotest-go does not provide a DAP strategy, and thus you cannot invoke the debugger with require('neotest').run.run({strategy=dap}).

There have been efforts to implement this in https://github.com/nvim-neotest/neotest-go/issues/12 but this seems to have stalled.
You can find the background to this change discussed here: https://github.com/LazyVim/LazyVim/discussions/1107
2023-07-22 09:13:54 +02:00
..
coding fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007 2023-06-29 20:50:04 +02:00
dap fix: make some extra deps optional 2023-05-22 20:57:26 +02:00
editor feat(flash)!: Make flash.nvim the default jump plugin for LazyVim 2023-07-13 08:18:02 +02:00
formatting fix(prettier): extend ensure_installed instead of overwriting it. Fixes #406 2023-03-10 13:55:06 +01:00
lang feat(lang): add debug adapter plugin for go (#1115) 2023-07-22 09:13:54 +02:00
linting fix(format): eslint should respect autoformat (#897) 2023-06-08 07:48:34 +02:00
test fix(neotest): properly detect __call. Fixes #847 2023-05-28 12:52:22 +02:00
ui fix(edgy): corrected filetype for symbols outline 2023-06-25 07:21:26 +02:00
util fix(hipatterns): remove assert. Fixes #1045 2023-07-02 22:25:43 +02:00
vscode.lua feat(vscode): easier way to enable/disable plugins 2023-07-06 15:36:03 +02:00