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"] }