fix(health): remove old deprecated module checks

This commit is contained in:
Folke Lemaitre 2024-06-01 08:48:44 +02:00
parent a6df15a63f
commit 4e62df4269
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -17,11 +17,7 @@ M.deprecated_extras = {
["lazyvim.plugins.extras.editor.trouble-v3"] = "Trouble v3 has been merged in main",
}
M.deprecated_modules = {
["null-ls"] = "lsp.none-ls",
["nvim-navic.lib"] = "editor.navic",
["nvim-navic"] = "editor.navic",
}
M.deprecated_modules = {}
---@type table<string, string>
M.renames = {