README.rst: fix indentation (#1142)
Some checks failed
ci / tests (push) Has been cancelled

This commit is contained in:
Andrey Butirsky
2025-12-03 16:09:15 +00:00
committed by GitHub
parent c3f9b751f3
commit eebf7d2863

View File

@@ -74,14 +74,14 @@ Installation
Requirements Requirements
------------ ------------
- **Vim**: 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: - **Neovim**: You need a python environment with ``pynvim`` installed:
``pip install pynvim`` ``pip install pynvim``
then check your environment is correctly setup from within Neovim using then check your environment is correctly setup from within Neovim using
``:checkhealth provider.python`` ``:checkhealth provider.python``
Manual installation Manual installation
------------------- -------------------