1 2 3 4 5 6 7 8
local M = {} M.check = function() vim.health.start('another 1') vim.health.ok('ok') end return M