use neovim 0.11 lsp mappings
This commit is contained in:
parent
46e27e60f8
commit
964f50c149
1 changed files with 4 additions and 3 deletions
|
@ -189,9 +189,10 @@
|
|||
ts_ls.enable = true;
|
||||
};
|
||||
keymaps.lspBuf = {
|
||||
gd = "definition";
|
||||
gi = "implementation";
|
||||
gr = "references";
|
||||
grn = "rename";
|
||||
grr = "references";
|
||||
gri = "implementation";
|
||||
grd = "definition";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue