neovim / pynvim

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

Usage examples incompatible with neovim >=0.8 (using deprecated $NVIM_LISTEN_ADDRESS) #574

Closed dbarnett closed 1 month ago

dbarnett commented 1 month ago

Per https://neovim.io/doc/user/deprecated.html#%24NVIM_LISTEN_ADDRESS, $NVIM_LISTEN_ADDRESS no longer works in neovim 0.8 and newer, so the usage examples here that rely on it are broken.

dbarnett commented 1 month ago

Looks like that just needs to be changed to --listen.