health.lua (108B)
1 return { 2 check = function() 3 vim.health.start('healthy pack') 4 vim.health.ok('healthy ok') 5 end, 6 }