aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/by-name/nv/nvim/plgs/treesitter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/nv/nvim/plgs/treesitter/default.nix b/modules/by-name/nv/nvim/plgs/treesitter/default.nix
index ae4cc173..1377cb8a 100644
--- a/modules/by-name/nv/nvim/plgs/treesitter/default.nix
+++ b/modules/by-name/nv/nvim/plgs/treesitter/default.nix
@@ -28,7 +28,7 @@ in {
highlight.enable = true;
indent.enable = true;
- folding.enable = true;
+ folding.enable = false;
# inject nixvim specific highlighting (eg in extraConfigLua).
nixvimInjections = true;