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

6
.luacov Normal file
View File

@@ -0,0 +1,6 @@
return {
include = {
'lua/u/',
},
tick = true,
}