node-client icon indicating copy to clipboard operation
node-client copied to clipboard

Example in README doesn't work

Open blinry opened this issue 1 year ago • 0 comments

Hey :)

When we tried to run the provided example in the README (in TypeScript), we encountered three issues:

  • Overwriting "nvim.window" gave us a type error. We solved this by just assigning to a local variable.
  • Using the provided tests, the check that lines should be [""] failed for us. It actually was equal to [].
  • We got the error "nvim_proc.disconnect() is not a function". Not sure yet why.

Can you reproduce these errors?

blinry avatar Dec 14 '23 10:12 blinry