-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm getting this error when I attempt to get this plugin working with my neovim:
remote/host: python3 host registered plugins []
function remote#host#UpdateRemotePlugins[6]..<SNR>55_RegistrationCommands[13]..remote#host#RegisterPlugin, line 5
Plugin "/home/james/dotfiles/vim/plugged/floobits-neovim/rplugin/python/floobits" is already registered
remote/host: generated rplugin manifest: /home/james/.local/share/nvim/rplugin.vim
Press ENTER or type command to continue
I also get this warning when I open neovim:
Floobits error: no neovim python module. Run `pip install neovim` to fix. For more info, :he nvim-python
Press ENTER or type command to continue
However, if I pip install neovim or pip3 install neovim (pip and pip3 are the same versoin)
➜ ft pip install neovim
Requirement already satisfied: neovim in /usr/lib/python3.7/site-packages (0.2.6)
Requirement already satisfied: msgpack>=0.5.0 in /usr/lib/python3.7/site-packages (from neovim) (0.5.6)
Requirement already satisfied: greenlet in /usr/lib/python3.7/site-packages (from neovim) (0.4.14)
➜ ft pip3 install neovim
Requirement already satisfied: neovim in /usr/lib/python3.7/site-packages (0.2.6)
Requirement already satisfied: msgpack>=0.5.0 in /usr/lib/python3.7/site-packages (from neovim) (0.5.6)
Requirement already satisfied: greenlet in /usr/lib/python3.7/site-packages (from neovim) (0.4.14)
➜ ft pip --version
pip 18.0 from /usr/lib/python3.7/site-packages/pip (python 3.7)
➜ ft pip3 --version
pip 18.0 from /usr/lib/python3.7/site-packages/pip (python 3.7)
➜ ft
I'm on Arch linux if that matters, I have python2 and python3 installed.
JwanKhalaf
Metadata
Metadata
Assignees
Labels
No labels