ci: migrate to nix

This commit is contained in:
Barrett Ruth 2026-02-23 18:13:51 -05:00
parent b87c665ccb
commit 3140c152ea
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 32 additions and 58 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