forked from VimPlug/jedi-vim
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
130ce7fb79 | ||
|
|
907b6837a9 | ||
|
|
9bd79ee41a | ||
|
|
2c188fea29 | ||
|
|
b82da7d2b5 | ||
|
|
c87947e760 |
@@ -73,10 +73,16 @@ Installation
|
|||||||
|
|
||||||
Requirements
|
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``). You can check this from within VIM using
|
||||||
``:python3 import sys; print(sys.version)``.
|
``: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
|
Manual installation
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
function! health#jedi#check() abort
|
function! health#jedi#check() abort
|
||||||
call health#report_start('jedi')
|
call v:lua.vim.health.start('jedi')
|
||||||
silent call jedi#debug_info()
|
silent call jedi#debug_info()
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Submodule pythonx/jedi updated: 51f4a99a1e...4e175ca82b
Reference in New Issue
Block a user