mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.75k stars 83 forks source link

Multiprocessing improvement - replace current process in a seperate interpreter #136

Closed ashfinal closed 4 years ago

ashfinal commented 4 years ago

Replace current process in a sepetate interpreter. I revert your commit(which makes code cleaner), hope you don't mind. :)

I did some test on Windows and alpinelinux, it works for me. If things go well, we can merge this PR, then deal with those in #135 .

AakashDabas commented 4 years ago

@ashfinal , @mhinz First of all, thanks for all the efforts, really appreciate it. I really want to completely switch to nvim from VS Code. But lack of this (issue #133 ) functionality is kind of not helping. Just want to understand reason for this PR still not merged into master branch. Is there something that others can possibly help with?

ashfinal commented 4 years ago

@AakashDabas Please refer to #155.