fix(dapui): enter the eval window automatically
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
|||||||
{
|
{
|
||||||
"<Leader>de",
|
"<Leader>de",
|
||||||
function()
|
function()
|
||||||
require("dapui").eval()
|
require("dapui").eval(nil, { context = "hover", enter = true })
|
||||||
end,
|
end,
|
||||||
mode = { "x", "n" },
|
mode = { "x", "n" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user