fix(treesitter): disable treesitter-rewrite extra for now. not ready yet

This commit is contained in:
Folke Lemaitre 2024-05-17 22:38:45 +02:00
parent 39bec71ce9
commit 87bb766123
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ M.deprecated_extras = {
["lazyvim.plugins.extras.linting.nvim-lint"] = "`nvim-lint` is now the default **LazyVim** linter.",
["lazyvim.plugins.extras.ui.dashboard"] = "`dashboard.nvim` is now the default **LazyVim** starter.",
["lazyvim.plugins.extras.coding.native_snippets"] = "Native snippets are now the default for **Neovim >= 0.10**",
["lazyvim.plugins.extras.ui.treesitter-rewrite"] = "Disabled `treesitter-rewrite` extra for now. Not ready yet.",
}
M.deprecated_modules = {