fix(python): removed the python-semshi extra

This commit is contained in:
Folke Lemaitre 2024-06-05 11:01:10 +02:00
parent c1f5fcf9c7
commit e32d1918ae
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 4 additions and 33 deletions

View file

@ -15,6 +15,10 @@ M.deprecated_extras = {
["lazyvim.plugins.extras.coding.mini-ai"] = "`mini.ai` is now a core LazyVim plugin (again)",
["lazyvim.plugins.extras.lazyrc"] = "local spec files are now a lazy.nvim feature",
["lazyvim.plugins.extras.editor.trouble-v3"] = "Trouble v3 has been merged in main",
["lazyvim.plugins.extras.lang.python-semshi"] = [[The python-semshi extra has been removed,
because it's causing too many issues.
Either use `basedpyright`, or copy the [old extra](https://github.com/LazyVim/LazyVim/blob/c1f5fcf9c7ed2659c9d5ac41b3bb8a93e0a3c6a0/lua/lazyvim/plugins/extras/lang/python-semshi.lua#L1) to your own config.
]],
}
M.deprecated_modules = {}