vim-hug-neovim-rpc icon indicating copy to clipboard operation
vim-hug-neovim-rpc copied to clipboard

EXPERIMENTAL

Results 10 vim-hug-neovim-rpc issues
Sort by recently updated
recently updated
newest added

Hello, first of, apologies if this is not the right place to ask. I cannot for the life of me figure out how to get this plugin to work. I...

I have multiple python virtual environments installed on my pc, but I don't want to install pynvim in all of them. Would it be possible to specify a certain path...

Hey! I've been messing with this, and hit a weird bug where if I called `nvim.api.buf_set_lines`, I got back the error `pynvim.api.nvim.NvimError: b"object of type 'int' has no len()"`. This...

With commit 5a20db1f06a4b1bba5015881ffe218678d7ec085, UNIX domain sockets was introduced, yet it only supports Linux and MacOS (Darwin). Additional systems can easily be added. There are a few options, but I am...

Fix hanging by `KeyboardInterrupt` exception. This hanging occurrs when typing `` after `nvim.call('input', '')`. `KeyboardInterrupt` is not derived from `Exception` class, then no error reply was returned.

[vim-node-rpc](https://github.com/neoclide/vim-node-rpc) author posted an article that [claims vim-node-rpc is faster than this plugin](https://zhuanlan.zhihu.com/p/40696208) But I can't agree with that if I don't understand why it's faster. I build a ubuntu...

The problem with TCP is that the port is exposed and a malicious app can listen and write to it. Are there plans to provide alternative protocol such as named...

Hi, I'm considering using stdio to communicate with the Python process, to avoid security issues I've talked about in #1. What do you think about this idea? PS: Firefox uses...

Tests and CI are needed for the plugin to keep the compatibility.