Shougo
Shougo
If the feature is really needed, you can contribute it.
https://github.com/roxma/nvim-yarp#requirements > g:python3_host_prog pointed to your python3 executable, or echo exepath('python3') is not empty. You can specify it by `g:python3_host_prog`.
Hm. OK. `g:neovim_rpc#py` is for this plugin.
You can send PR for the plugin. Why doesn't?
@hwalinga You can specify the path by `'pythonthreedll'` option. ``` *'pythonthreedll'* 'pythonthreedll' string (default depends on the build) global {only available when compiled with the |+python3/dyn| feature} Specifies the name...
So this issue should be closed.
> @Shougo It may desirable to be using a project's virtual environment for other purposes, but to find the system-wide (or a different venv's) interpreter for pynvim. Unfortunately, this is...
You should try `import neovim` in Python3 interpreter. I think it does not work in your enviroment. I use Manjaro Linux and vim-hug-neovim-rpc works.
If so, Vim does not use the Python. You should check the Python path.
You can specify Python library by `pythonthreedll` option. ``` *'pythonthreedll'* 'pythonthreedll' string (default depends on the build) global {not in Vi} {only available when compiled with the |+python3/dyn| feature} Specifies...