roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

bugfix #10: install wheel before other packages in python3 #11

Closed qianlei90 closed 7 years ago

qianlei90 commented 7 years ago

Some package need wheel, installed it before other packages. This PR can fix #10.

roxma commented 7 years ago

Thanks