Skip to content

Commit 761a73a

Browse files
committed
fix(config): reset default fold threshold to 25
1 parent 513c1ba commit 761a73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/opencode/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ M.defaults = {
166166
use_folds = true,
167167
-- Reduced default threshold to make small tool outputs foldable by default.
168168
-- Users can override this in their config if they prefer the previous value.
169-
folding_threshold = 4,
169+
folding_threshold = 25,
170170
},
171171

172172
max_messages = nil,

0 commit comments

Comments
 (0)