Experimental/toy LSP server proxy-multiplexer to solve these longstanding Eglot issues (now tracked here).
And perhaps other issues of other clients?
This doesn't really do anything useful yet :-)
If you're brave, grab
- The C++ libraries
cxxopts
,boost
,fmt
- CMake
- A C++ compiler toolchain
Then
make
If that (miraculously) succeeds, this invocation of the popular C++
language server clangd
should now go through the proxy.
build/nodev/lsplex -- clangd --optional=arguments --to=clangd
MIT