chore: tell luacheck that vim is a defined global

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9bb0435fc423784411d9493b46078fe36a6a6964
This commit is contained in:
raf 2026-01-27 10:00:44 +03:00
commit 6ae5456317
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

5
.luarc.json Normal file
View file

@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}