mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-08 16:34:35 +02:00
fix(lsp): create gr
with nowait=true
This commit is contained in:
parent
f6bcf6f12c
commit
4dfd5c2596
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ function M.get()
|
|||
M._keys = {
|
||||
{ "<leader>cl", "<cmd>LspInfo<cr>", desc = "Lsp Info" },
|
||||
{ "gd", function() require("telescope.builtin").lsp_definitions({ reuse_win = true }) end, desc = "Goto Definition", has = "definition" },
|
||||
{ "gr", "<cmd>Telescope lsp_references<cr>", desc = "References" },
|
||||
{ "gr", "<cmd>Telescope lsp_references<cr>", desc = "References", nowait = true },
|
||||
{ "gD", vim.lsp.buf.declaration, desc = "Goto Declaration" },
|
||||
{ "gI", function() require("telescope.builtin").lsp_implementations({ reuse_win = true }) end, desc = "Goto Implementation" },
|
||||
{ "gy", function() require("telescope.builtin").lsp_type_definitions({ reuse_win = true }) end, desc = "Goto T[y]pe Definition" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue