diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/provider.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 7d9764d7d5..7a4cc0ee7d 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -35,7 +35,7 @@ if you already have it (some package managers install the module with Nvim itself). For Python 3 plugins: -1. Make sure Python 3.4+ is available in your $PATH. +1. Make sure Python 3.9+ is available in your $PATH. 2. Install the module (try "python" if "python3" is missing): >bash python3 -m pip install --user --upgrade pynvim |