feat: initial release

This commit is contained in:
Barrett Ruth 2026-02-20 16:55:55 -05:00
commit a2fe68b248
26 changed files with 960 additions and 0 deletions

33
vim.toml Normal file
View file

@ -0,0 +1,33 @@
[selene]
base = "lua51"
name = "vim"
[vim]
any = true
[jit]
any = true
[bit]
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