docs: remove mention of treesitter-rewrite from NEWS.md

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

View file

@ -39,11 +39,6 @@ Additionally, some core plugins have been moved to extras.
- `mini.indentscope` scopes are now also highlighted with `indent-blankline`
- `nvim-treesitter-context`
- There's a new extra for the `nvim-treesitter` **rewrite**.
Since the rewrite is not backward compatible, some plugins will be disabled
when you enable this extra: `vim-illuminate`, `nvim-ts-autotag`, and `nvim-ts-autotag`.
I would **NOT** recommend enabling this extra for now.
## 10.x
- added new extra for [mini.diff](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-diff.md)

View file

@ -1,6 +1,7 @@
-- Better text-objects
return {
"echasnovski/mini.ai",
desc = "Enhanced text objects",
-- keys = {
-- { "a", mode = { "x", "o" } },
-- { "i", mode = { "x", "o" } },