mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 17:15:23 +00:00
Problem: The `"Running healthchecks..."` message doesn't inform the user much and is a hack from before we got a way to emit actual progress messages. Solution: Use `nvim_echo` to emit progress messages showing the name of the report that is currently running.