8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YouCompleteMe requires pynvim in Neovim. Neovim shows an error like below if it is not installed.
YouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.5.1+) support.
The text was updated successfully, but these errors were encountered:
Instructions of installing nvim are like below.
pacman -S python-pynvim
Fedora python3-neovim will be installed automatically on Fedora when the installed has ran.
Ubuntu 18.04 No need to install additional packages.
Debian TODO
Mac TODO
Sorry, something went wrong.
No branches or pull requests
YouCompleteMe requires pynvim in Neovim. Neovim shows an error like below if it is not installed.
The text was updated successfully, but these errors were encountered: