From 3e138277762bb49241ae3e940766f895e9114d32 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:14:27 +0200 Subject: [PATCH] chore: add `vim` to luarc globals --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 7298359..ae0096a 100644 --- a/.luarc.json +++ b/.luarc.json @@ -1,3 +1,4 @@ { - "runtime.version": "LuaJIT" + "runtime.version": "LuaJIT", + "diagnostics.globals": ["vim"] }