Add Neovim Installation Requirements

This commit is contained in:
Benjamin Habié
2024-07-06 16:59:39 +02:00
committed by GitHub
parent 9bd79ee41a
commit 907b6837a9

View File

@@ -73,10 +73,16 @@ Installation
Requirements
------------
You need a VIM version that was compiled with Python 3 or later
- **Vim**: You need a VIM version that was compiled with Python 3 or later
(``+python3``). You can check this from within VIM using
``:python3 import sys; print(sys.version)``.
- **Neovim**: You need a python environment with ``pynvim`` installed:
``pip install pynvim``
then check your environment is correctly setup from within Neovim using
``:checkhealth provider.python``
Manual installation
-------------------