fix(nvim): call correct dap function from hydra debug menu

This commit is contained in:
Price Hiller 2024-02-09 17:10:45 -06:00
parent b013098bfe
commit f530fd27ef
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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>" },
{