fix(nvim-dap-ui): suppress diagnostic
This commit is contained in:
@@ -14,6 +14,7 @@ return {
|
|||||||
{
|
{
|
||||||
"<Leader>de",
|
"<Leader>de",
|
||||||
function()
|
function()
|
||||||
|
---@diagnostic disable-next-line: missing-fields
|
||||||
require("dapui").eval(nil, { context = "hover", enter = true })
|
require("dapui").eval(nil, { context = "hover", enter = true })
|
||||||
end,
|
end,
|
||||||
mode = { "x", "n" },
|
mode = { "x", "n" },
|
||||||
|
|||||||
Reference in New Issue
Block a user