refactor(health)!: remove deprecated health.lua

This commit is contained in:
nullchilly 2023-03-11 17:27:16 +07:00
parent 71eebd28d1
commit 36ca082a11

View File

@ -1,6 +0,0 @@
return setmetatable({}, {
__index = function(_, k)
vim.deprecate("require('health')", 'vim.health', '0.9', false)
return vim.health[k]
end,
})