use neovim 0.11 lsp mappings

This commit is contained in:
sloane 2025-04-01 08:25:24 -04:00
parent 46e27e60f8
commit 964f50c149
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -189,9 +189,10 @@
ts_ls.enable = true;
};
keymaps.lspBuf = {
gd = "definition";
gi = "implementation";
gr = "references";
grn = "rename";
grr = "references";
gri = "implementation";
grd = "definition";
};
};