fix: use treesitter folding correctly

This commit is contained in:
Youwen Wu 2024-09-18 00:55:19 -07:00
parent ea8999a96c
commit 4a098743d2
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -2,10 +2,10 @@
plugins = {
treesitter = {
enable = true;
folding = true;
settings = {
highlight.enable = true;
indent.enable = true;
folding.enable = true;
};
};
treesitter-context.enable = true;