Use nix to create environment for testing
All checks were successful
NeoVim tests / code-quality (push) Successful in 14m25s

This commit is contained in:
2025-05-19 19:03:24 -06:00
parent 35b6e123ac
commit 81ba1bb96b
10 changed files with 76 additions and 78 deletions

13
.busted Normal file
View File

@@ -0,0 +1,13 @@
return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
lua = "nlua",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}