Hook into Neovim's :CheckHealth with jedi#debug_info

See https://github.com/neovim/neovim/blob/master/runtime/doc/pi_health.txt.
This commit is contained in:
Daniel Hahler
2016-09-25 18:06:32 +02:00
parent 6a6595f5c5
commit d86039ea89
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
function! health#jedi#check() abort
call health#report_start('jedi')
silent call jedi#debug_info()
endfunction