forge.nvim/.busted
2026-03-28 15:05:55 -04:00

9 lines
113 B
Text

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