build: better minit

This commit is contained in:
Folke Lemaitre 2024-07-04 17:53:45 +02:00
commit a17ad27435
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 67 additions and 26 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/env -S nvim -l
vim.env.LAZY_STDPATH = ".tests"
vim.opt.rtp:prepend(".")
-- Setup lazy.nvim
require("lazy.minit").busted({
spec = {},
stdpath = ".tests",
})