neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

NVIM_LISTEN_ADDRESS may no longer exist #101

Closed saep closed 1 year ago

saep commented 1 year ago

I was remined by #100 that the environment variable NVIM_LISTEN_ADDRESS has been removed or changed its meaning. This may mean that nvim-hs no longer automatically connects to neovim on newer versions or the current dev version.

justinmk commented 1 year ago

The reason for the change was that $NVIM_LISTEN_ADDRESS had conflicting purposes which made correct behavior impossible.