Closed blinry closed 10 months ago
If you can provide an example that works, please send a PR.
Duplicate of https://github.com/neovim/node-client/issues/154 https://github.com/neovim/node-client/issues/41
When we tried to run the provided example in the README (in TypeScript), we encountered three issues:
After https://github.com/neovim/node-client/pull/309 the README.md now provides a fully working self-contained example. You should be able to copy-paste the code and run it immediately.
Hey :)
When we tried to run the provided example in the README (in TypeScript), we encountered three issues:
lines
should be[""]
failed for us. It actually was equal to[]
.nvim_proc.disconnect()
is not a function". Not sure yet why.Can you reproduce these errors?