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