87 current 2024-03-01 13:05:55 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
5f1940ac50
commit
ea5f1934d1
1 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,15 @@
|
||||||
};
|
};
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
};
|
};
|
||||||
|
keymaps = {
|
||||||
|
lspBuf = {
|
||||||
|
K = "hover";
|
||||||
|
gD = "references";
|
||||||
|
gd = "definition";
|
||||||
|
gi = "implementation";
|
||||||
|
gt = "type_definition";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue