mirror of https://github.com/folke/lazy.nvim.git
12 lines
125 B
Plaintext
12 lines
125 B
Plaintext
|
return {
|
||
|
_all = {
|
||
|
coverage = false,
|
||
|
},
|
||
|
default = {
|
||
|
verbose = true,
|
||
|
},
|
||
|
tests = {
|
||
|
verbose = true,
|
||
|
},
|
||
|
}
|