Dongdong Zhou
Dongdong Zhou
Hi @jordwalke Thank you for your interest. Yes, to run this project, you would need nvim built with that PR, as explained in the newly added README. This project is...
Hi @mhartington The error looks like it can't find the nvim binary. Are you providing the right path?
Are you able to run the nvim binary directly from terminal?
Just to remind that it's on external-ui branch rather than master.
You might want to pull the latest on both repos. They might not in sync in terms of features I was working on.
I've updated dependencies in package.json now. You can pull the latest and run: ``` $> npm install $> electron . ```
Autocomplete and Lint are only GUI enhancements. So e.g. you still need deoplete for autocomplete, and ale for lint.
You can find pre-built binary for Windows on v0.2.1 https://github.com/dzhou121/gonvim/releases/tag/v0.2.1
Can you please let me know your OS and version?
This feature needs https://github.com/neovim/neovim/pull/7466 to be merged.