mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +00:00
11 lines
125 B
Text
11 lines
125 B
Text
return {
|
|
_all = {
|
|
coverage = false,
|
|
},
|
|
default = {
|
|
verbose = true,
|
|
},
|
|
tests = {
|
|
verbose = true,
|
|
},
|
|
}
|