This commit is contained in:
dedal.qq 2025-02-15 22:36:55 +03:00
parent 9724a9cb96
commit ea89462931

View File

@ -25,6 +25,13 @@ return {
cmd = dap.run_last,
},
{
name = " Run debug (Test)",
cmd = function()
require("neotest").run.run({ strategy = "dap" })
end,
},
{
name = "󰫧 Eval",
cmd = dapui.eval, -- require('dap.ui.widgets').hover()