1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
amix-vimrc-mirror/sources_non_forked/jedi-vim/autoload/health/jedi.vim

5 lines
115 B
VimL
Raw Normal View History

2022-09-21 16:47:47 +08:00
function! health#jedi#check() abort
call health#report_start('jedi')
silent call jedi#debug_info()
endfunction