From a376921271d5e0ba2b9dcb978574744382f8f380 Mon Sep 17 00:00:00 2001 From: long Date: Tue, 10 Sep 2024 07:39:24 -0500 Subject: [PATCH] change fold depth --- lua/base/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base/init.lua b/lua/base/init.lua index 80d56d0..ca56a65 100644 --- a/lua/base/init.lua +++ b/lua/base/init.lua @@ -133,7 +133,7 @@ opt.tabstop = 4 opt.textwidth = 0 opt.foldmethod = "indent" -opt.foldlevelstart = 10 +opt.foldlevelstart = 30 opt.mouse = ""