use default mapping for diagnostic goto_next
This commit is contained in:
parent
bfe5cdd607
commit
2df4b6565d
|
|
@ -248,7 +248,7 @@ M.lspconfig = {
|
||||||
"goto prev",
|
"goto prev",
|
||||||
},
|
},
|
||||||
|
|
||||||
["d]"] = {
|
["]d"] = {
|
||||||
function()
|
function()
|
||||||
vim.diagnostic.goto_next()
|
vim.diagnostic.goto_next()
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Reference in New Issue