LsPlex
July 25, 2024 ยท View on GitHub
LsPlex
Experimental/toy LSP server proxy-multiplexer to solve these longstanding Eglot issues (now tracked here).
And perhaps other issues of other clients?
Getting Started
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
License
MIT