nvim-dap/.busted

14 lines
197 B
Text
Raw Normal View History

2024-05-30 19:19:31 +02:00
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
lua = "~/.luarocks/bin/nlua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}