roxma / python-support.nvim

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

Use the actual PIP package name #15

Closed pschmitt closed 4 years ago

pschmitt commented 4 years ago

The upstream package name is pynvim, not neovim. It's an alternative package name and therefore isn't the one returned by pip freeze. This PR does not change any of the functionality of this plugin.

See:


source ~/.local/share/nvim/vim-plug/python-support.nvim/autoload/nvim_py3/bin/activate
pip freeze | grep vim
# pynvim==0.4.0