treesitter: remove foldByDefault

This commit is contained in:
Ching Pei Yang 2026-03-19 22:03:22 +01:00
commit 73f6565474
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
4 changed files with 9 additions and 3 deletions

View file

@ -29,6 +29,10 @@
is unlikely to cause any noticeable change in behavior or breakage, it's
mentioned just in case.
- `vim.treesitter.foldByDefault` is removed. Folding behavior should be
controlled via `vim.options.foldenable` directly instead. RIP
`vim.treesitter.foldByDefault` 2026-03-19 - 2026-03-19.
[Snoweuph](https://github.com/snoweuph)
- "Correct `languages.go.treesitter` to contain all Go file types.