-
Notifications
You must be signed in to change notification settings - Fork 299
Missing parenthesis #29
Comments
Hi there, Interesting, I just tried it too, and see a similiar issue:
These look like the Neovim/vim runtime plugins. Regarding jedi-vim, there could be a separate issue, though - I've packaged a Windows neovim binary, but it doesn't have python support. For the version I've bundled, it doesn't look like it has python support, as |
@extr0py Thanks! I still have to build a neovim for Windows. I'll probably download it from the AppVeyor CI then. I'll try to let you know (maybe tonight). |
@extr0py It seems that even with the latest binaries there's no Python luck. See neovim/neovim#5360 (in particular this bit neovim/neovim#5360 (comment) ) and the PR that should fix it is still open neovim/neovim#5280 I guess I'll patiently wait ;) |
Ya, bummer :( I was looking for a distribution too with Python so I could use Ultisnips but no luck. I'll close this for now then, since it's tracked by a Neovim issue. The good news is I believe we could still support a python language service like Jedi, even without Python integration directly in Neovim. If you're interested in that, we can track in a separate issue. I'll close this for now though since it's not an Oni issue. Cheers! |
I would wait first for Python support for nvim on Windows. It's a target for 0.2 anyway, and work is underway. This could save us lots of time. |
FWIW, CheckHealth should work in Windows using the neovim HEAD build (now linked from AppVeyor). |
@justinmk - Nice! Thanks for the update! I'll pick up the binaries soon |
@extr0py If you were previously using @equalsraf's binaries (from neovim/neovim#810) I'd wait ~1 week. I'm working on merging all the remaining Windows patches to master, in an effort to get Windows support up to par. Until then, master is a "behind" neovim/neovim#810 in some respects. |
@justinmk - cool, thanks for the heads up! I'll wait for the Windows patches to make it in. |
Hi all,
I'm trying to run :CheckHealth, but I do get this error:
I'm using Windows 10, installed oni via npm
The text was updated successfully, but these errors were encountered: