From 4a098743d2c906dc3bbaf75073a5a9092ec2f9a7 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 18 Sep 2024 00:55:19 -0700 Subject: [PATCH] fix: use treesitter folding correctly --- config/plugins/treesitter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/treesitter.nix b/config/plugins/treesitter.nix index ffbc373..697ca35 100644 --- a/config/plugins/treesitter.nix +++ b/config/plugins/treesitter.nix @@ -2,10 +2,10 @@ plugins = { treesitter = { enable = true; + folding = true; settings = { highlight.enable = true; indent.enable = true; - folding.enable = true; }; }; treesitter-context.enable = true;