Closed nkhlmn closed 9 months ago
Ok, I see that this is because i'm using 4.11.0 and in master findNvim
was originally getNvimFromEnv
. Quick start example works when I update the import to use getNvimFromEnv
instead of findNvim
.
I don't see a tag for 4.11.0 though FYI.
Yeah I need to do another release, sorry for the confusion.
I tried following the Quickstart example exactly e.g. run
npm i neovim
in a new empty folder, paste contents of the quickstart example to ademo.mjs
file, and runnode demo.mjs
. Getting the following error:When I tried doing what the error msg suggested e.g.
I now get this error: