Update key mappings
This commit is contained in:
parent
819924a6ed
commit
606539168d
1 changed files with 18 additions and 12 deletions
|
@ -167,8 +167,14 @@
|
|||
keymaps = {
|
||||
silent = true;
|
||||
diagnostic = {
|
||||
"<leader>lk" = "goto_prev";
|
||||
"<leader>lj" = "goto_next";
|
||||
"<leader>lk" = {
|
||||
action = "goto_prev";
|
||||
desc = "Go to prev";
|
||||
};
|
||||
"<leader>lj" = {
|
||||
action = "goto_next";
|
||||
desc = "Go to next";
|
||||
};
|
||||
};
|
||||
|
||||
lspBuf = {
|
||||
|
|
Loading…
Add table
Reference in a new issue