feat: use gd and gi without leader for goto def/impl
This commit is contained in:
parent
474c38a272
commit
08d5a56cd6
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ return {
|
|||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>gd",
|
||||
"gd",
|
||||
function()
|
||||
require("telescope.builtin").lsp_definitions()
|
||||
end,
|
||||
|
@ -60,7 +60,7 @@ return {
|
|||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>gi",
|
||||
"gi",
|
||||
function()
|
||||
require("telescope.builtin").lsp_implementations()
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue