mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6caae96314 | |||
|
|
130ce7fb79 | ||
|
|
907b6837a9 | ||
|
|
9bd79ee41a | ||
|
|
2c188fea29 | ||
|
|
b82da7d2b5 | ||
|
|
c87947e760 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "jedi"]
|
[submodule "jedi"]
|
||||||
path = pythonx/jedi
|
path = pythonx/jedi
|
||||||
url = https://github.com/davidhalter/jedi.git
|
url = https://git.pick-up.group/VimPlug/jedi-fork.git
|
||||||
[submodule "pythonx/parso"]
|
[submodule "pythonx/parso"]
|
||||||
path = pythonx/parso
|
path = pythonx/parso
|
||||||
url = https://github.com/davidhalter/parso.git
|
url = https://git.pick-up.group/VimPlug/parso.git
|
||||||
|
|||||||
@@ -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...b908cf8f1d
Reference in New Issue
Block a user