summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:04:24 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-10 13:04:24 +0100
commitf41c8124953f118f945f42de7a1b7b4b407a06a7 (patch)
treed89d6dea66d3c849ff0aec56d60fc0936243e9d7
parent6007ece6a7d712e091fef5a62985b3291748953a (diff)
downloadmy-quicktex-keywords-f41c8124953f118f945f42de7a1b7b4b407a06a7.tar.zst
Add .luacheckrc
-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',
+ },
+ },
+}