mirror of
https://github.com/amix/vimrc
synced 2024-12-25 19:33:08 +00:00
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
|