Closed harrysolovay closed 2 years ago
Me too.
:version
NVIM v0.7.0-dev+751-g67bb01ae2
I can confirm the problem. Seems to have been introduced in the last commit, since reverting to this commit resolves the problem for me:
use({
"ray-x/lsp_signature.nvim",
config = function()
require("plugin-configs.lsp_signature")
end,
commit = "be39dacc17d51531f9e3a50f88de0a45683c6634"
})
That commit works fine for me too.
thanks for submitting the issue. Should be fixed.
Confirmed, it's fixed! Thank you @ray-x! & might I say, AWESOME PLUGIN!
I just updated
lsp_signature
and am now running into issues in buffers to which I attachtsserver
(no such problem with other language servers).When I enter insert mode, I get the following error:
Any thoughts / suggestions would be greatly appreciated. Thank you!