-
Notifications
You must be signed in to change notification settings - Fork 137
Open
@morph027
Description
I'm using multiple vim instances in different terminals and all of them are spawning a new child process of bash-language-server qhich quite adds up on memory and battery life ;)
What do you think of the idea to create a tcp or unix listener for stdin/stdoud like https://github.com/python-lsp/python-lsp-server does? Therefore there's only one instance running and multiple editors can connect via socket.