From e72de55b89e01316f42b30212de7cbcff4c48b9b Mon Sep 17 00:00:00 2001 From: David Yonge-Mallo Date: Mon, 1 Jun 2026 15:22:50 +0200 Subject: [PATCH] chore(luarc): declare `vim` as a global in `.luarc.json` --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 4bbf3578..e387084d 100644 --- a/.luarc.json +++ b/.luarc.json @@ -6,7 +6,8 @@ "before_each", "describe", "it", - "pending" + "pending", + "vim" ], "Lua.diagnostics.disable": [], "Lua.workspace.checkThirdParty": false,