use default mapping for diagnostic goto_next
This commit is contained in:
parent
4db58e4975
commit
cdbdd66929
|
@ -213,7 +213,7 @@ M.lspconfig = {
|
||||||
"goto prev",
|
"goto prev",
|
||||||
},
|
},
|
||||||
|
|
||||||
["d]"] = {
|
["]d"] = {
|
||||||
function()
|
function()
|
||||||
vim.diagnostic.goto_next()
|
vim.diagnostic.goto_next()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue