u.nvim/.busted
Jonathan Apodaca f1e225cba9
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m20s
do not check sub-modes in get_tags_at
cull test-dependency
2025-09-13 08:36:33 -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
},
}