Skip to content

Commit 134cb4f

Browse files
manuuurinomehalter
authored andcommitted
chore: match the default large buffer size from AstroNvim
1 parent 2cb2cee commit 134cb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocore/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ local M = {
309309
cmp = true,
310310
diagnostics_mode = 3,
311311
highlighturl = true,
312-
large_buf = { size = 1024 * 100, lines = 10000 },
312+
large_buf = { size = 1024 * 256, lines = 10000 },
313313
notifications = true,
314314
},
315315
git_worktrees = nil,

0 commit comments

Comments
 (0)