You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.
I'd like to use this module as a client to vim agent (pretend I'm the vim). Currently VimClient is structured the way it's only can be used as server side end of client. I kind of still can use it, but I'd like to add proper client side protocol support. Would you be interested in PR adding this?
The code I tried to connect to vimnetbeans server:
This sounds useful. The existing VimClient is oriented around sending commands and functions, and receiving events and replies, whereas a real client would do the opposite. Would it be better to build the client capability into a new class? Or perhaps a new project? What could it share with the existing VimClient and VimBuffer?
I'd like to use this module as a client to vim agent (pretend I'm the vim). Currently VimClient is structured the way it's only can be used as server side end of client. I kind of still can use it, but I'd like to add proper client side protocol support. Would you be interested in PR adding this?
The code I tried to connect to vimnetbeans server:
My use case: have Atom editor to connect to clewn / pyclewn
The text was updated successfully, but these errors were encountered: