mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
Merge pull request #1124 from adamency/master
Add Neovim Installation Requirements
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user