WIP: Switch to NixOS #5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function m.map_keys()
|
||||||
require("which-key").register({
|
require("which-key").register({
|
||||||
g = {
|
g = {
|
||||||
name = "Go to",
|
name = "Go to",
|
||||||
d = { vim.lsp.buf.definition, "Definition" },
|
d = { telescope_builtin.lsp_definitions, "Definition" },
|
||||||
D = { vim.lsp.buf.declaration, "Declaration" },
|
D = { vim.lsp.buf.declaration, "Declaration" },
|
||||||
i = { telescope_builtin.lsp_implementations, "Implementation" },
|
i = { telescope_builtin.lsp_implementations, "Implementation" },
|
||||||
r = { telescope_builtin.lsp_references, "References" },
|
r = { telescope_builtin.lsp_references, "References" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue