adolenc / cl-neovim

Common lisp client for neovim
MIT License
98 stars 4 forks source link

Connecting to multiple instances of neovim #8

Closed adolenc closed 8 years ago

adolenc commented 8 years ago

This is a very low priority issue and I probably won't implement it unless there is actual request for it.

Right now cl-neovim can only connect to a single instance of neovim at a time. This is different from the reference Python implementation where one can connect to as many running instances as he wants. I am pretty sure this is useless for host architecture and I am unsure of the usefulness in other cases, but I would love to be proved otherwise.