Files
neovim/test/functional/plugin
Barrett Ruth 4cad27fbcf feat(health): async healthchecks #41673
Problem:
:checkhealth blocks as healthchecks perform slow work.

Solution:
Partially fix it: run Lua healthchecks in vim.async tasks and await
vim.health subprocesses. Existing synchronous checks still block
until they leverage the new apis.
2026-09-11 01:52:54 -04:00
..