@@ -447,10 +447,10 @@ opts = function()
447
447
local Keys = require (" lazyvim.plugins.lsp.keymaps" ).get ()
448
448
-- stylua: ignore
449
449
vim .list_extend (Keys , {
450
- { " gd" , " <cmd>FzfLua lsp_definitions jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto Definition" , has = " definition" },
451
- { " gr" , " <cmd>FzfLua lsp_references jump_to_single_result =true ignore_current_line=true<cr>" , desc = " References" , nowait = true },
452
- { " gI" , " <cmd>FzfLua lsp_implementations jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto Implementation" },
453
- { " gy" , " <cmd>FzfLua lsp_typedefs jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto T[y]pe Definition" },
450
+ { " gd" , " <cmd>FzfLua lsp_definitions jump1 =true ignore_current_line=true<cr>" , desc = " Goto Definition" , has = " definition" },
451
+ { " gr" , " <cmd>FzfLua lsp_references jump1 =true ignore_current_line=true<cr>" , desc = " References" , nowait = true },
452
+ { " gI" , " <cmd>FzfLua lsp_implementations jump1 =true ignore_current_line=true<cr>" , desc = " Goto Implementation" },
453
+ { " gy" , " <cmd>FzfLua lsp_typedefs jump1 =true ignore_current_line=true<cr>" , desc = " Goto T[y]pe Definition" },
454
454
})
455
455
end
456
456
```
@@ -467,10 +467,10 @@ end
467
467
local Keys = require (" lazyvim.plugins.lsp.keymaps" ).get ()
468
468
-- stylua: ignore
469
469
vim .list_extend (Keys , {
470
- { " gd" , " <cmd>FzfLua lsp_definitions jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto Definition" , has = " definition" },
471
- { " gr" , " <cmd>FzfLua lsp_references jump_to_single_result =true ignore_current_line=true<cr>" , desc = " References" , nowait = true },
472
- { " gI" , " <cmd>FzfLua lsp_implementations jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto Implementation" },
473
- { " gy" , " <cmd>FzfLua lsp_typedefs jump_to_single_result =true ignore_current_line=true<cr>" , desc = " Goto T[y]pe Definition" },
470
+ { " gd" , " <cmd>FzfLua lsp_definitions jump1 =true ignore_current_line=true<cr>" , desc = " Goto Definition" , has = " definition" },
471
+ { " gr" , " <cmd>FzfLua lsp_references jump1 =true ignore_current_line=true<cr>" , desc = " References" , nowait = true },
472
+ { " gI" , " <cmd>FzfLua lsp_implementations jump1 =true ignore_current_line=true<cr>" , desc = " Goto Implementation" },
473
+ { " gy" , " <cmd>FzfLua lsp_typedefs jump1 =true ignore_current_line=true<cr>" , desc = " Goto T[y]pe Definition" },
474
474
})
475
475
end ,
476
476
}
0 commit comments