From 907b6837a91c52e056a926e3d09af2df0e67c314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Habi=C3=A9?= <77821695+adamency@users.noreply.github.com> Date: Sat, 6 Jul 2024 16:59:39 +0200 Subject: [PATCH] Add Neovim Installation Requirements --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0c1de09..5825888 100644 --- a/README.rst +++ b/README.rst @@ -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 -------------------