Fix incorrect binding for jumping between diagnostics in Lspsaga
This commit is contained in:
parent
6c605b47c2
commit
7c54faf521
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ return {
|
||||||
|
|
||||||
require("utils").add_keymaps({
|
require("utils").add_keymaps({
|
||||||
n = {
|
n = {
|
||||||
["]d"] = {
|
["[d"] = {
|
||||||
cmd = ":Lspsaga diagnostic_jump_prev<CR>"
|
cmd = ":Lspsaga diagnostic_jump_prev<CR>"
|
||||||
},
|
},
|
||||||
["[d"] = {
|
["]d"] = {
|
||||||
cmd = ":Lspsaga diagnostic_jump_next<CR>"
|
cmd = ":Lspsaga diagnostic_jump_next<CR>"
|
||||||
},
|
},
|
||||||
["K"] = {
|
["K"] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue