summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.luacheckrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100644
index 0000000..07db4cc
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,8 @@
+globals = {
+ vim = {
+ fields = {
+ 'api',
+ 'g',
+ },
+ },
+}