summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-14 14:40:30 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-14 14:40:30 +0100
commit1b39628eb8c3852215def2beba82c850c154ca92 (patch)
tree617841a4c69669ebcb479af7012eea87b4f296f8 /.luarc.json
parentb4d320a53341e289b8583547cf066f47c6920b68 (diff)
Add luarc
Diffstat (limited to '.luarc.json')
-rw-r--r--.luarc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
new file mode 100644
index 0000000..1e1765c
--- /dev/null
+++ b/.luarc.json
@@ -0,0 +1,5 @@
+{
+ "diagnostics.globals": [
+ "vim"
+ ]
+} \ No newline at end of file