mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
refactor(health)!: remove deprecated health.lua
This commit is contained in:
parent
71eebd28d1
commit
36ca082a11
@ -1,6 +0,0 @@
|
||||
return setmetatable({}, {
|
||||
__index = function(_, k)
|
||||
vim.deprecate("require('health')", 'vim.health', '0.9', false)
|
||||
return vim.health[k]
|
||||
end,
|
||||
})
|
Loading…
Reference in New Issue
Block a user