fix(nvim): call correct dap function from hydra debug menu
This commit is contained in:
parent
b013098bfe
commit
f530fd27ef
@ -151,7 +151,7 @@ _b_: Toggle Breakpoint _l_: Toggle Log Breakpoint _B_: Toggle Conditional
|
||||
]],
|
||||
heads = {
|
||||
{ "c", ":DapContinue<CR>" },
|
||||
{ "r", ":DapRunLast<CR>" },
|
||||
{ "r", require("dap").run_last },
|
||||
{ "e", ":DapTerminate<CR>" },
|
||||
{ "b", ":DapToggleBreakpoint<CR>" },
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user