fix(dapui): add mapping for eval
This commit is contained in:
@@ -11,6 +11,12 @@ return {
|
||||
require("dapui").toggle()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"<Leader>de",
|
||||
function()
|
||||
require("dapui").eval()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"<Leader>dw",
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user