Error thrown on hover in neovim after installation
Closed this issue · 4 comments
Noxdor commented
I followed #23 to install this as an lsp server:
lvim.plugins = {
{
"cordx56/rustowl",
dependencies = { "neovim/nvim-lspconfig" },
config = function()
local lspconfig = require("lspconfig")
lspconfig.rustowlsp.setup({})
end,
},
-- ...
}It works and I can see that the lsp successfully attaches to an example rust buffer:

Unfortunately, I can't see any visual highlighting and when i "hover" (don't move the cursor), after a second or so an error is thrown:

Am I doing something wrong or what might be the source of this issue?
NVIM v0.10.4
Build type: RelWithDebInfo
LuaJIT 2.1.1736781742
cordx56 commented
maybe it is version problem. An API is changed.
cordx56 commented
I'll investigate it.
daaa1k commented
