Files
u.nvim/.busted
Jonathan Apodaca 005003e468
Some checks failed
ci / ci (push) Failing after 3m7s
single file
2026-04-05 15:46:52 -06:00

13 lines
178 B
Plaintext

return {
_all = {
lpath = "lua/?.lua;lua/?/init.lua",
lua = "nvim -u NONE -i NONE -l",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}