mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
5 lines
115 B
VimL
Vendored
5 lines
115 B
VimL
Vendored
function! health#jedi#check() abort
|
|
call health#report_start('jedi')
|
|
silent call jedi#debug_info()
|
|
endfunction
|