diffs.nvim/.busted

9 lines
113 B
Text

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