From 4e62df4269a9300c17f6bf23acfcb9dd0729b6c3 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 1 Jun 2024 08:48:44 +0200 Subject: [PATCH] fix(health): remove old deprecated module checks --- lua/lazyvim/util/plugin.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/lazyvim/util/plugin.lua b/lua/lazyvim/util/plugin.lua index 084b2ff9..9886122b 100644 --- a/lua/lazyvim/util/plugin.lua +++ b/lua/lazyvim/util/plugin.lua @@ -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 M.renames = {