diff --git a/lua/409/plugins/lsp.lua b/lua/409/plugins/lsp.lua index f9660f7..7ac90c6 100644 --- a/lua/409/plugins/lsp.lua +++ b/lua/409/plugins/lsp.lua @@ -40,7 +40,7 @@ return { vim.lsp.util.jump_to_location(list.items[1].user_data, "utf-8", true) end, }) - end, lsp_opts) + end, { buffer = bufnr, remap = false, nowait = true }) vim.keymap.set("n", "gi", function() vim.lsp.buf.implementation() end, lsp_opts)