Update key mappings

This commit is contained in:
iFargle 2024-02-13 14:59:40 +09:00
parent 819924a6ed
commit 606539168d

View file

@ -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 = {