fix(dapui): enter the eval window automatically

This commit is contained in:
2025-09-24 22:34:17 +02:00
parent f40dd15556
commit 5256beea0f
+1 -1
View File
@@ -14,7 +14,7 @@ return {
{
"<Leader>de",
function()
require("dapui").eval()
require("dapui").eval(nil, { context = "hover", enter = true })
end,
mode = { "x", "n" },
},