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