feat(keybinds)!: gd uses nowait

This commit is contained in:
2025-02-19 03:09:07 +01:00
parent 73b97e50f3
commit 1c30f6c3a7

View File

@@ -40,7 +40,7 @@ return {
vim.lsp.util.jump_to_location(list.items[1].user_data, "utf-8", true) vim.lsp.util.jump_to_location(list.items[1].user_data, "utf-8", true)
end, end,
}) })
end, lsp_opts) end, { buffer = bufnr, remap = false, nowait = true })
vim.keymap.set("n", "gi", function() vim.keymap.set("n", "gi", function()
vim.lsp.buf.implementation() vim.lsp.buf.implementation()
end, lsp_opts) end, lsp_opts)