fix: suppress deprecation stack trace for cleaner UX

This commit is contained in:
Barrett Ruth 2026-02-03 21:05:52 -05:00
parent 8f4693452a
commit 0745539d40
6 changed files with 149 additions and 2 deletions

30
vim.toml Normal file
View file

@ -0,0 +1,30 @@
[selene]
base = "lua51"
name = "vim"
[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