feat(keybinds)!: gd uses nowait
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user