ci: nix config migration

This commit is contained in:
Barrett Ruth 2026-02-23 18:04:17 -05:00
parent 591f70a237
commit 4d58db8520
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 35 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