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