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

@ -342,5 +342,10 @@ in {
Incremental selection configuration has been removed from nvim-treesitter.
'')
]
# 2026-03-19
[
(mkRenamedOptionModule ["vim" "treesitter" "foldByDefault"] ["vim" "options" "foldenable"])
]
];
}