LazyVim.LazyVim/lua/lazyvim
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
..
config fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
plugins feat(lang): add debug adapter plugin for go (#1115) 2023-07-22 09:13:54 +02:00
util fix(util): fixed line number toggling. Closes #1173 2023-07-20 23:38:43 +02:00
health.lua fix(health): remove deprecated api warning (#666) 2023-04-23 11:04:05 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00