@@ -447,10 +447,10 @@ opts = function()
447447 local Keys = require (" lazyvim.plugins.lsp.keymaps" ).get ()
448448 -- stylua: ignore
449449 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" },
454454 })
455455end
456456```
@@ -467,10 +467,10 @@ end
467467 local Keys = require (" lazyvim.plugins.lsp.keymaps" ).get ()
468468 -- stylua: ignore
469469 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" },
474474 })
475475 end ,
476476}
0 commit comments