Closed dadav closed 1 year ago
Ahh, it tries to parse the debug message... which has no content-length. I'll check what's going on..
Thanks for your report. The configs in this repo are unsupported and provided only as a starting point. We depend on users (like you) to troubleshoot issues with their specific LSP setups and send improvements.
If you found a bug in the core Nvim vim.lsp
module (not part of this repo), the best way to get it fixed is to report to Nvim (not nvim-lspconfig) with:
Description
I'm using this config:
Which leads to this errors on any puppet files:
Neovim version
NVIM v0.9.2 Build type: Release LuaJIT 2.1.1694285958
Nvim-lspconfig version
2b361e0
Operating system and version
Archlinux 6.5.6-arch2-1
Affected language servers
puppet
Steps to reproduce
Actual behavior
The server starts but crashes. LspInfo shows that no clients are attached to the buffer.
If I start the server without the debug option, 1 client is attached, but it also gives me not functionality (like auto-completion).
Expected behavior
Server starts without errors and gives auto-completion funcionality.
Minimal config
LSP log
no logs get created with minimal_init.lua