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