mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
gd defaults to telescope lsp_definition if telescope is loaded
This commit is contained in:
parent
6b4d463867
commit
5effdcc73b
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ return {
|
|||
{ "<leader>cm", ":Telescope man_pages<CR>", desc = "Manpages" },
|
||||
|
||||
-- Code
|
||||
{ "gd", ":Telescope lsp_definitions<CR>", desc = "Go to Definition" },
|
||||
{ "<leader>gd", ":Telescope lsp_definitions<CR>", desc = "Go to Definition" },
|
||||
{ "<leader>gr", ":Telescope lsp_references", desc = "Goto References" },
|
||||
{ "<leader>gi", ":Telescope lsp_implementations<CR>", desc = "Go to Implementations" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue