aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/lua/test_plug/success2/health.lua
blob: 240a2d33dea8217f6b996ee07252334442b5ec5b (plain) (blame)
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