Add support for remote Tidal backends#28
Conversation
thgrund
left a comment
There was a problem hiding this comment.
I like this idea! Could you please add a comment in the README.md for this feature? And please fix the failing unit tests.
|
Pushed a fix for the tokenizer test. The other 3 are preexisting on develop, but only show up on nvim v13 nightly. Seems to be caused by |
Please rebase this PR. I fixed the pipeline issue here: #31 |
|
I believe I already added it to the README? Rebasing now |
Allow communication with Tidal over a unix socket, with a design easily extensible to add other backends such as TCP. This allows for a multi-editor setup via a broker that manages the GHCi process.
|
Rebased, and |
You are totally right! I will merge it now. Thanks for the contribution :-) |
Allow communication with Tidal over a unix socket, with a design easily extensible to add other backends such as TCP. This allows for a multi-editor setup via a broker that manages the GHCi process.