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;
|
ts_ls.enable = true;
|
||||||
};
|
};
|
||||||
keymaps.lspBuf = {
|
keymaps.lspBuf = {
|
||||||
gd = "definition";
|
grn = "rename";
|
||||||
gi = "implementation";
|
grr = "references";
|
||||||
gr = "references";
|
gri = "implementation";
|
||||||
|
grd = "definition";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue