From a310ef4c083542c9863b3c7fc864e1cdae041cc6 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 10 Mar 2025 00:07:18 +0800 Subject: [PATCH] feat: add unfold by default to nixvim --- users/modules/programs/nixvim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/programs/nixvim.nix b/users/modules/programs/nixvim.nix index 2c1cf1f..61bbe53 100644 --- a/users/modules/programs/nixvim.nix +++ b/users/modules/programs/nixvim.nix @@ -24,6 +24,7 @@ wrap = false; shiftwidth = 2; tabstop = 2; + foldlevel = 1000; # Open all folds by default # Search hlsearch = true;