fix(dapui): add mapping for eval

This commit is contained in:
2025-09-24 22:23:07 +02:00
parent 0275e73e48
commit 495c927c0e
+6
View File
@@ -11,6 +11,12 @@ return {
require("dapui").toggle()
end,
},
{
"<Leader>de",
function()
require("dapui").eval()
end,
},
{
"<Leader>dw",
function()