5 lines
115 B
VimL
5 lines
115 B
VimL
|
function! health#jedi#check() abort
|
||
|
call health#report_start('jedi')
|
||
|
silent call jedi#debug_info()
|
||
|
endfunction
|