From 04b0f7b5f88b58b0503b55bb969f6c89a38ac16f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 10 Dec 2021 17:15:22 -0800 Subject: [PATCH] Add vim global for luacheck --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luacheckrc diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..2b0f522 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,3 @@ +std = { + globals = {"foo", "bar"}, +}