From e40cc7bbd7ab5b51dff2b1f6f9c82d1efdd8b8a0 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 21 Jan 2024 23:58:09 +0100 Subject: [PATCH] fix fold --- lua/custom/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/init.lua b/lua/custom/init.lua index 86b6e81..9aeb16a 100644 --- a/lua/custom/init.lua +++ b/lua/custom/init.lua @@ -62,7 +62,7 @@ opt.wildmode = "longest:full,full" -- Command-line completion mode -- Folds -- === -opt.foldlevel = 10000 -- start with all folds open +opt.foldlevel = 10 -- start with all folds open -- Editor UI -- ===