Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin throws error on launch with NeoVim v0.4.4 and macOS 11 #49

Open
brooksprumo opened this issue Mar 2, 2021 · 1 comment
Open

Comments

@brooksprumo
Copy link

I am running macOS Big Sur (11.2.2) and NeoVim v0.4.4 from HomeBrew, and the floobits-neovim plugin fails. When starting nvim, here's the error:

Floobits error: no neovim python module. Run `pip install neovim` to fix. For more info, :he nvim-python

Two things to note, the neovim python module was renamed to pynvim, and the nvim-python help page no longer exists. These were both changed, but haven't been reflected in the floobits plugin.

If I replace all instances of neovim with pynvim in __init.py__, and then change vimbits.vim to have if !has('python3') instead of just if !has('python'), the plugin does not error at launch. However, I'm not sure if this actually still works, since I've never used floobits before, and I'm trying to use it for the first time.

Let me know if you need any additional information. Thanks in advance!

@lf-
Copy link

lf- commented Jul 5, 2021

It would also be good if it were updated to Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants