Merge pull request #1117 from dundargoc/checkhealth

Replace deprecated checkhealth syntax with newer syntax
This commit is contained in:
Dave Halter
2023-12-30 00:15:14 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
function! health#jedi#check() abort
call health#report_start('jedi')
call v:lua.vim.health.start('jedi')
silent call jedi#debug_info()
endfunction