feat(debugger): golang adapter for dap

This commit is contained in:
Guz
2025-12-12 10:34:38 -03:00
parent a9a59ec260
commit be99745640
4 changed files with 478 additions and 0 deletions

View File

@@ -16,3 +16,7 @@ dap.listeners.before.event_exited.dapui_config = function()
dapui.close()
end
-- Languages
-- Go
require("dap-go").setup()