Skip to content

Commit

Permalink
Merge pull request #1124 from adamency/master
Browse files Browse the repository at this point in the history
Add Neovim Installation Requirements
  • Loading branch information
davidhalter authored Jul 6, 2024
2 parents 9bd79ee + 907b683 commit 130ce7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,16 @@ Installation

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 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
-------------------

Expand Down

0 comments on commit 130ce7f

Please sign in to comment.