Closed pschmitt closed 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.
pynvim
neovim
pip freeze
See:
source ~/.local/share/nvim/vim-plug/python-support.nvim/autoload/nvim_py3/bin/activate pip freeze | grep vim # pynvim==0.4.0
The upstream package name is
pynvim
, notneovim
. It's an alternative package name and therefore isn't the one returned bypip freeze
. This PR does not change any of the functionality of this plugin.See: