Parralle Process, communicating with main process
Closed this issue · 1 comments
Hi there! Your PR to nvim-typescript has worked out very well so far.
But I was wondering if you had any way to work with the multi-process python API instead of vimscript API.
Since ncm runs the completion source as separate python process, the server would need to be recreated. But would it be possible to communicate back with the main process to send/receive data? I've been reading more into Python's Queue's but not 100% sure how they could fit into here. More of a question than an issue
I kinda want this feature too. But it's complicating things.
Bypass vim for plugin communication should have better performance.
I'll not implement this feature in the short term.
I'm closing this issue. Future discussion should be post at ncm2/ncm2#4