From bac708804c906729983b8eaaa4f22d1dacac8537 Mon Sep 17 00:00:00 2001 From: qugalet Date: Wed, 11 Dec 2024 16:04:57 +0200 Subject: [PATCH] =?UTF-8?q?changes=20from=20claymore=20on=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B0,=2011=20=D0=B3=D1=80=D1=83=D0=B4=D0=BD?= =?UTF-8?q?=D1=8F=202024=2016:04:57=20+0200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- after/plugin/dap.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/dap.lua b/after/plugin/dap.lua index 47c242b..0d3a32f 100644 --- a/after/plugin/dap.lua +++ b/after/plugin/dap.lua @@ -5,6 +5,7 @@ vim.keymap.set("n", "dd", function() dap.continue() end) vim.keymap.set("n", "db", function() dap.toggle_breakpoint() end) vim.keymap.set("n", "dn", function() dap.step_over() end) +require('dap-go').setup() dapui.setup() vim.keymap.set("n", "vd", function() dapui.toggle() end)