aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rwxr-xr-x.luacheckrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
new file mode 100755
index 0000000..26f9f67
--- /dev/null
+++ b/.luacheckrc
@@ -0,0 +1,5 @@
+-- .luacheckrc
+globals = {
+ "vim",
+ -- Add other Neovim globals like 'require', 'rawset', etc., if needed
+}