mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-09 08:54:38 +02:00
docs: remove mention of treesitter-rewrite from NEWS.md
This commit is contained in:
parent
87bb766123
commit
9176a6bc22
2 changed files with 1 additions and 5 deletions
5
NEWS.md
5
NEWS.md
|
@ -39,11 +39,6 @@ Additionally, some core plugins have been moved to extras.
|
||||||
- `mini.indentscope` scopes are now also highlighted with `indent-blankline`
|
- `mini.indentscope` scopes are now also highlighted with `indent-blankline`
|
||||||
- `nvim-treesitter-context`
|
- `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
|
## 10.x
|
||||||
|
|
||||||
- added new extra for [mini.diff](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-diff.md)
|
- added new extra for [mini.diff](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-diff.md)
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
-- Better text-objects
|
-- Better text-objects
|
||||||
return {
|
return {
|
||||||
"echasnovski/mini.ai",
|
"echasnovski/mini.ai",
|
||||||
|
desc = "Enhanced text objects",
|
||||||
-- keys = {
|
-- keys = {
|
||||||
-- { "a", mode = { "x", "o" } },
|
-- { "a", mode = { "x", "o" } },
|
||||||
-- { "i", mode = { "x", "o" } },
|
-- { "i", mode = { "x", "o" } },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue