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