From 081881b714e83bf4330e0a31991966cbf67d931a Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 28 Nov 2025 01:52:34 +0300 Subject: =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B0=D0=BF=D0=B4=D0=B5=D0=B9=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/nvim/lua/plugins/dap_go.lua | 51 -------------------------------------- 1 file changed, 51 deletions(-) (limited to 'config/nvim/lua/plugins/dap_go.lua') diff --git a/config/nvim/lua/plugins/dap_go.lua b/config/nvim/lua/plugins/dap_go.lua index 262aef8..0864da1 100644 --- a/config/nvim/lua/plugins/dap_go.lua +++ b/config/nvim/lua/plugins/dap_go.lua @@ -104,55 +104,4 @@ return { { text = "→", texthl = "DapStopped", linehl = "DapStopped", numhl = "DapStopped" } ) end, - keys = { - { - "", - function() - require("dap").continue() - end, - silent = true, - }, - { - "", -- S-F5 - function() - require("dap").restart() - end, - silent = true, - }, - { - "", -- C-F5 - function() - require("dap").terminate() - end, - silent = true, - }, - { - "", - function() - require("dap").step_over() - end, - silent = true, - }, - { - "", - function() - require("dap").step_into() - end, - silent = true, - }, - { - "", -- S-F7 - function() - require("dap").step_out() - end, - silent = true, - }, - { - "", - function() - require("dap").toggle_breakpoint() - end, - silent = true, - }, - }, } -- cgit v1.2.3