Skip to content

Commit

Permalink
Add Neovim Installation Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamency authored Jul 6, 2024
1 parent 9bd79ee commit 907b683
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 907b683

Please sign in to comment.