From 5a5d5e3945e9d6f9edde4027663edce7a462e114 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 11 Aug 2025 22:07:24 +0300 Subject: [PATCH] enable folding --- 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 954f711..54cec01 100644 --- a/config/plugins/treesitter.nix +++ b/config/plugins/treesitter.nix @@ -1,6 +1,6 @@ { plugins.treesitter = { - # folding = true; # i dont like the way it starts neovim with everything folded + folding = true; # i dont like the way it starts neovim with everything folded settings = { ensure_installed = [ "python"