Skip to content

Commit 16c0b25

Browse files
committed
feat: set debug by default
1 parent 29a8b53 commit 16c0b25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

leetcode.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ opts = {
8484

8585
---@type boolean
8686
image_support = false,
87+
88+
---@type boolean
89+
debug = true,
8790
}
8891

8992
require("leetcode").setup(opts)

0 commit comments

Comments
 (0)