kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
804 stars 17 forks source link

support tcp nvim_listen_address #64

Closed knodalyte closed 3 years ago

knodalyte commented 3 years ago

Is your feature request related to a problem? Please describe. I use localhost:12345 as my NVIM_LISTEN_ADDRESS. This causes rnvimr to crash messily when invoked.

Describe the solution you'd like Include logic that supports this pynvim attach option: nvim = attach('tcp', address=

, port=)

Describe alternatives you've considered I modified the code to handle tcp connection and pynvim doesn't crash, but it doesn't work, either.

Additional context Add any other context or screenshots about the feature request here.