File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ Installation
7474Requirements
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
8686Manual installation
8787-------------------
You can’t perform that action at this time.
0 commit comments