Open themightyoarfish opened 1 year ago
I now installed jedi-language-server
inside the virtualenv currently activated, and now I do get some suggestions, even though they take a while to show up.
However, this does not work inside pipenv. I'm not sure if there's a special relationship between the virtualenv and my neovim install, but I'm not sure where to look for problems.
Same here, using pyenv I don't get the completions
I must be doing something totally wrong, but after
CocInstall coc-jedi
and placing this in myinit.vim
(using dein package manager)I get some suggestions for e.g. standard imports
However I get nothing for non-standard packages installed via
pip
inside the current virtualenv, or pipenv.What steps should I take here to investigate this? Is it related to the python interpreter used by neovim?
This is on macos and the neovim version is
Are there any diagnostics I can look at to sort this out?