1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 08:55:43 +08:00

5 lines
115 B
VimL
Raw Normal View History

2022-10-23 15:41:52 +08:00
function! health#jedi#check() abort
call health#report_start('jedi')
silent call jedi#debug_info()
endfunction