use default mapping for diagnostic goto_next

This commit is contained in:
krolyxon 2023-01-20 00:27:47 +05:30
parent bfe5cdd607
commit 2df4b6565d
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ M.lspconfig = {
"goto prev",
},
["d]"] = {
["]d"] = {
function()
vim.diagnostic.goto_next()
end,