roxma / nvim-yarp

Yet Another Remote Plugin Framework for Neovim
MIT License
230 stars 14 forks source link

[TODO] add wrapper for avoiding the coroutine behavior of neovim's python client #19

Open roxma opened 6 years ago

roxma commented 6 years ago

I still think the coroutine behavior is a really bad idea for developing plugins with internal state.

I don't want to write plugins with always concurrency in mind.