Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(health): fix deprecated health checks healthcheck (folke#438)
* chore: update healthcheck - *health#report_error* *vim.health.report_error()* Use |vim.health.error()| instead. - *health#report_info* *vim.health.report_info()* Use |vim.health.info()| instead. - *health#report_ok* *vim.health.report_ok()* Use |vim.health.ok()| instead. - *health#report_start* *vim.health.report_start()* Use |vim.health.start()| instead. - *health#report_warn* *vim.health.report_warn()* Use |vim.health.warn()| instead. * Allow for use of legacy health checks
- Loading branch information