mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-21 00:25:53 +02:00
12 lines
125 B
Text
12 lines
125 B
Text
|
return {
|
||
|
_all = {
|
||
|
coverage = false,
|
||
|
},
|
||
|
default = {
|
||
|
verbose = true,
|
||
|
},
|
||
|
tests = {
|
||
|
verbose = true,
|
||
|
},
|
||
|
}
|