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