received end
message with no corresponding begin
#18
-
Hi, I'm having this issue with I get a similar issue in Julia with A minimal config that causes this is require 'nvim-lsp-setup'.setup {
servers = {
julials = {}, -- FIX:
rust_analyzer = {
settings = {
['rust_analyzer'] = {
cargo = {
loadOutDirsFromCheck = true
},
procMacro = {
enable = true
}
}
}
}
}
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Related neovim/neovim#19157 |
Beta Was this translation helpful? Give feedback.
-
It looks like it's the same bug that is happening again. I will report the
The
(actually worse than a Java stacktrace) |
Beta Was this translation helpful? Give feedback.
-
julia's LSP server always started, and the client attached to the buffer, so lsp-setup works fine -- it just install and start the lsp server |
Beta Was this translation helpful? Give feedback.
I'm not sure related to neovim/neovim#19157Related neovim/neovim#19157