Files
neovim/runtime/lua
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
..
2026-09-07 15:33:22 +01:00
2026-03-16 10:29:58 +01:00
2026-09-09 22:31:58 +01:00
2026-09-09 22:31:58 +01:00