fix: inverted diagnostic navigation keymaps

This commit is contained in:
Alexander Courtis 2022-08-20 14:40:09 +10:00
parent 9fd7b7ae29
commit 81eb718394

View File

@ -149,7 +149,7 @@ local DEFAULT_KEYMAPS = {
desc = "copy absolute path to system clipboard",
},
{
key = "[e",
key = "]e",
callback = Api.node.navigate.diagnostics.next,
desc = "go to next diagnostic item",
},
@ -159,7 +159,7 @@ local DEFAULT_KEYMAPS = {
desc = "go to next git item",
},
{
key = "]e",
key = "[e",
callback = Api.node.navigate.diagnostics.prev,
desc = "go to prev diagnostic item",
},