mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
refactor(health)!: remove deprecated health.lua
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
return setmetatable({}, {
|
||||
__index = function(_, k)
|
||||
vim.deprecate("require('health')", 'vim.health', '0.9', false)
|
||||
return vim.health[k]
|
||||
end,
|
||||
})
|
Reference in New Issue
Block a user