fisa-vim-config
fisa-vim-config copied to clipboard
[deoplete] jedi module is not found You need to install it
I am running flatpak version of neovim and I get this error in a python file.
[deoplete] jedi module is not found You need to install it
I have pip3 install --user pynvim flake8 pylint isort jedi installed. Error message is not present on vim ( not a flatpak )
:py3 import jedi
solves this.
Hi! I honestly don't know how to install dependencies for plugins running inside the flatpak version of neovim, and I have very little control over that. Maybe you could ask in deoplete's repo?