dot_files/vim-plugins/bundle/jedi-vim/autoload/health/jedi.vim

5 lines
115 B
VimL
Raw Normal View History

2017-07-09 00:26:06 +03:00
function! health#jedi#check() abort
call health#report_start('jedi')
silent call jedi#debug_info()
endfunction