nvim-yarp
nvim-yarp copied to clipboard
Yet Another Remote Plugin Framework for Neovim
hello DaLao: may I ask you a question ? check ur mail
Hello, I am trying to set up the environment for R in my mac and make it work in vim because I like vim. So far, I have installed R...
I always saw this in my neovim status line... have to press control c to stop it. a little annoying, but I don't know how to fix this.
This commit works really well: https://github.com/ncm2/ncm2-pyclang/commit/908eb403624217d0d8112423e150eddc309b036e I want to generalize it.
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.
Using the minimal example from the readme for porting a neovim pluing seems to be failing https://github.com/roxma/nvim-yarp#example-for-existing-neovim-rplugin-porting-to-vim-8 ``` bash $ vim Vim: Caught deadly signal ABRT Vim: Finished. zsh: abort...
As per https://github.com/roxma/vim-hug-neovim-rpc/issues/9#issuecomment-336757133
Curious if it would also be possible to have lua too. I did start this discussion in vim at https://github.com/vim/vim/issues/2115. Might be good to share it there too. neovim remote...