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”, 8000 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
The text was updated successfully, but these errors were encountered:
to install pynvim correctly on wsl2 or ubuntu/deb
sudo apt-get install libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev -- pyenv installer (curl https://pyenv.run | bash) -- add to PATH in zshrc pyenv install 3.11 pyenv global $(pyenv latest 3.11) python -m venv ~/.pyenv/versions/$(pyenv latest 3.11)/envs/py3nvim ln -s $HOME/.pyenv/versions/$(pyenv latest 3.11)/envs/py3nvim $HOME/.pyenv/versions/py3nvim $HOME/.pyenv/versions/py3nvim/bin/python pip install pynvim
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: