mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-15 23:17:50 +02:00
fix(health): remove old deprecated module checks
This commit is contained in:
parent
a6df15a63f
commit
4e62df4269
1 changed files with 1 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue