repo: fix "undefined variable 'vim'"

This commit is contained in:
Guanran Wang 2024-02-27 02:57:11 +08:00
parent 3a0838448b
commit 81fe92bae1
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

5
.luarc.json Normal file
View file

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