Closed saidelike closed 8 months ago
It is due to line buffering being used when communicating with nvim. See https://github.com/neovim/neovim/issues/23781#issuecomment-1971464708 and https://github.com/neovim/neovim/issues/23781#issuecomment-1971566323
The work around solution in node-client seems to be to avoid using line buffering. See https://github.com/neovim/neovim/issues/23781#issuecomment-1974745467
I believe it is Windows only.
closing because the problem was due to https://github.com/neovim/node-client/issues/329
It is due to line buffering being used when communicating with nvim. See https://github.com/neovim/neovim/issues/23781#issuecomment-1971464708 and https://github.com/neovim/neovim/issues/23781#issuecomment-1971566323
The work around solution in node-client seems to be to avoid using line buffering. See https://github.com/neovim/neovim/issues/23781#issuecomment-1974745467
I believe it is Windows only.