preview.nvim/.busted
2026-03-01 17:22:59 -05:00

9 lines
113 B
Text

return {
_all = {
lua = 'nvim -l',
ROOT = { './spec/' },
},
default = {
verbose = true,
},
}