All checks were successful
NeoVim tests / code-quality (push) Successful in 1m20s
cull test-dependency
14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
return {
|
|
_all = {
|
|
coverage = false,
|
|
lpath = "lua/?.lua;lua/?/init.lua",
|
|
lua = "nvim -u NONE -i NONE -l",
|
|
},
|
|
default = {
|
|
verbose = true
|
|
},
|
|
tests = {
|
|
verbose = true
|
|
},
|
|
}
|