From 8a3232e34f766f1607885e54063618546c668777 Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Sat, 1 Nov 2025 09:19:19 +0100 Subject: [PATCH] added vim as a defined global --- .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