All checks were successful
NeoVim tests / code-quality (push) Successful in 1m23s
14 lines
181 B
Plaintext
14 lines
181 B
Plaintext
return {
|
|
_all = {
|
|
coverage = false,
|
|
lpath = "lua/?.lua;lua/?/init.lua",
|
|
lua = "nlua",
|
|
},
|
|
default = {
|
|
verbose = true
|
|
},
|
|
tests = {
|
|
verbose = true
|
|
},
|
|
}
|