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", "goto prev",
}, },
["d]"] = { ["]d"] = {
function() function()
vim.diagnostic.goto_next() vim.diagnostic.goto_next()
end, end,