aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornullchilly <nullchilly@gmail.com>2023-03-11 17:27:16 +0700
committernullchilly <nullchilly@gmail.com>2023-03-11 17:59:26 +0700
commit36ca082a11e70e84c985a62db293732ea527ea01 (patch)
tree1b1245de5f5fb029288dbdc89b0ee54735219918
parent71eebd28d1da487fbbb3c162c6b909940f76883d (diff)
downloadrneovim-36ca082a11e70e84c985a62db293732ea527ea01.tar.gz
rneovim-36ca082a11e70e84c985a62db293732ea527ea01.tar.bz2
rneovim-36ca082a11e70e84c985a62db293732ea527ea01.zip
refactor(health)!: remove deprecated health.lua
-rw-r--r--runtime/lua/health.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/lua/health.lua b/runtime/lua/health.lua
deleted file mode 100644
index 40e2b3c3e7..0000000000
--- a/runtime/lua/health.lua
+++ /dev/null
@@ -1,6 +0,0 @@
-return setmetatable({}, {
- __index = function(_, k)
- vim.deprecate("require('health')", 'vim.health', '0.9', false)
- return vim.health[k]
- end,
-})