lspmux

Share a single language server instance across multiple LSP clients

brewmacoslinux
Try with needOr install directly
Source

About

Share one language instance between multiple LSP clients to save resources

Commands

lspmux

Examples

Start lspmux server for a language server$ lspmux --listen localhost:9999 -- pylsp
Connect multiple clients to a shared LSP instance$ lspmux --connect localhost:9999
Run lspmux with configuration file$ lspmux --config ~/.config/lspmux/config.toml