1 parent 8814d09 commit 585a293Copy full SHA for 585a293
1 file changed
lua/vnext/plugins/snacks.lua
@@ -6,7 +6,10 @@ return {
6
lazy = false,
7
---@type snacks.Config
8
opts = {
9
- bigfile = { enabled = true },
+ bigfile = {
10
+ enabled = true,
11
+ size = 0.5 * 1024 * 1024, -- 0.5MB
12
+ },
13
dashboard = {
14
enabled = true,
15
preset = {
0 commit comments