mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
fix(python): removed the python-semshi
extra
This commit is contained in:
parent
c1f5fcf9c7
commit
e32d1918ae
2 changed files with 4 additions and 33 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue