update debug mappings

pull/2680/head
Panos Sakkos 6 months ago
parent 20a9ade0f7
commit 26ea98b69b

@ -111,13 +111,13 @@ M.dap = {
M.dap_go = {
plugin = true,
n = {
["<leader>dgt"] = {
["<leader>dtg"] = {
function()
require("dap-go").debug_test()
end,
"Debug Go test",
},
["<leader>dgl"] = {
["<leader>dtl"] = {
function()
require("dap-go").debug_last_test()
end,
@ -129,7 +129,7 @@ M.dap_go = {
M.dap_python = {
plugin = true,
n = {
["<leader>dpt"] = {
["<leader>dtp"] = {
function()
require("dap-python").test_method()
end,

Loading…
Cancel
Save