u.nvim/.busted
Jonathan Apodaca 72b6886838
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m18s
range: extmarks/tsquery; renderer: text-change
2025-10-02 20:01:40 -06:00

14 lines
200 B
Plaintext

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