Add vim global for luacheck

This commit is contained in:
ViViDboarder 2021-12-10 17:15:22 -08:00
parent 04bbeac02b
commit 04b0f7b5f8
1 changed files with 3 additions and 0 deletions

3
.luacheckrc Normal file
View File

@ -0,0 +1,3 @@
std = {
globals = {"foo", "bar"},
}