Merge pull request #1124 from adamency/master

Add Neovim Installation Requirements
This commit is contained in:
Dave Halter
2024-07-06 15:05:52 +00:00
committed by GitHub

View File

@@ -73,10 +73,16 @@ Installation
Requirements 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``). You can check this from within VIM using
``:python3 import sys; print(sys.version)``. ``: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 Manual installation
------------------- -------------------