neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Making connection on Windows by process ID #491

Open pawelurbanski opened 2 years ago

pawelurbanski commented 2 years ago

Hi Everyone, I did some research, looked through the test files and an issue about Windows connection over named pipes. Unfortunately, I still do not know how to approach the following case:

I could ask the users to make some configuration changes, but maybe it is not required, for the screen reader API returns the following information:

appModule: <'nvim' (appName 'nvim', process ID 10092) at address 43c3db0>

As you can see, I get the process ID and so on. Here are my ideas and questions:

The rational for this add-on is the following:

Thank you in advance for any help and feedback...