From dc76fa8914bd741cb45f14c6533c3d7040ea6e03 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 28 Jul 2024 15:36:04 +0300 Subject: [PATCH] chore(meta): add .luarc.json --- .luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luarc.json 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