feat: tests and better vim validate

This commit is contained in:
Barrett Ruth 2026-03-28 15:05:55 -04:00
parent e7dd173bf4
commit 8899838e15
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
4 changed files with 451 additions and 3 deletions

9
.busted Normal file
View file

@ -0,0 +1,9 @@
return {
_all = {
lua = 'nvim -l',
ROOT = { './spec/' },
},
default = {
verbose = true,
},
}