fix: keybinds
This commit is contained in:
@@ -156,7 +156,7 @@ return {
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>gR",
|
||||
"gR",
|
||||
function()
|
||||
Snacks.picker.lsp_references()
|
||||
end,
|
||||
@@ -164,7 +164,7 @@ return {
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>gD",
|
||||
"gD",
|
||||
function()
|
||||
Snacks.picker.lsp_declarations()
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user