u.nvim/.busted
Jonathan Apodaca 9d525c6786
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m28s
Use nix for testing environment
2025-05-19 16:40:34 -06:00

14 lines
181 B
Plaintext

return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
lua = "nlua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}