Skip to content

Commit eebf7d2

Browse files
authored
README.rst: fix indentation (#1142)
1 parent c3f9b75 commit eebf7d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ Installation
7474
Requirements
7575
------------
7676
- **Vim**: You need a VIM version that was compiled with Python 3 or later
77-
(``+python3``). You can check this from within VIM using
78-
``:python3 import sys; print(sys.version)``.
77+
(``+python3``). You can check this from within VIM using
78+
``:python3 import sys; print(sys.version)``.
7979

8080
- **Neovim**: You need a python environment with ``pynvim`` installed:
81-
``pip install pynvim``
81+
``pip install pynvim``
8282

83-
then check your environment is correctly setup from within Neovim using
84-
``:checkhealth provider.python``
83+
then check your environment is correctly setup from within Neovim using
84+
``:checkhealth provider.python``
8585

8686
Manual installation
8787
-------------------

0 commit comments

Comments
 (0)