WIP: Switch to NixOS #5
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ function m.map_keys()
|
||||||
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" },
|
||||||
|
s = { telescope_builtin.lsp_document_symbols, "Symbols" },
|
||||||
},
|
},
|
||||||
["<leader>"] = {
|
["<leader>"] = {
|
||||||
name = "Leader",
|
name = "Leader",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue