From eebf7d286375a3aa8acaef63be1a9c92d3b73171 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Wed, 3 Dec 2025 16:09:15 +0000 Subject: [PATCH] README.rst: fix indentation (#1142) --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 83fce5a..37df46a 100644 --- a/README.rst +++ b/README.rst @@ -74,14 +74,14 @@ Installation Requirements ------------ - **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)``. + (``+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`` + ``pip install pynvim`` -then check your environment is correctly setup from within Neovim using -``:checkhealth provider.python`` + then check your environment is correctly setup from within Neovim using + ``:checkhealth provider.python`` Manual installation -------------------