Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 214e9e3

Browse files
cloudbridgeuyethanholz
authored andcommitted
feat: set better default values
1 parent 33d7093 commit 214e9e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/freeze/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ local default_output = "freeze.png"
33

44
local freeze = {
55
opts = {
6+
dir = ".",
67
output = default_output,
7-
config = "full",
8+
config = "base",
89
open = false,
910
},
1011
output = nil,

0 commit comments

Comments
 (0)