use default mapping for diagnostic goto_next

This commit is contained in:
siduck 2022-11-15 18:42:15 +05:30
parent 4db58e4975
commit cdbdd66929
1 changed files with 1 additions and 1 deletions

View File

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