ci: migrate to nix

This commit is contained in:
Barrett Ruth 2026-02-23 18:14:20 -05:00
parent f52dd06c26
commit af0a44bec8
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 81 additions and 53 deletions

24
vim.yaml Normal file
View file

@ -0,0 +1,24 @@
---
base: lua51
name: vim
lua_versions:
- luajit
globals:
vim:
any: true
jit:
any: true
assert:
any: true
describe:
any: true
it:
any: true
before_each:
any: true
after_each:
any: true
spy:
any: true
stub:
any: true