mirror of
https://github.com/zoriya/lz.n.git
synced 2025-12-05 22:26:11 +00:00
13 lines
191 B
Plaintext
13 lines
191 B
Plaintext
return {
|
|
_all = {
|
|
coverage = false,
|
|
lpath = "lua/?.lua;lua/?/init.lua",
|
|
},
|
|
default = {
|
|
verbose = true
|
|
},
|
|
tests = {
|
|
verbose = true
|
|
},
|
|
}
|