diff --git a/.github/workflows/.luarc.json b/.github/workflows/.luarc.json index 1cc27f873..3bcef0054 100644 --- a/.github/workflows/.luarc.json +++ b/.github/workflows/.luarc.json @@ -1,5 +1,10 @@ { "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "Lua.diagnostics.globals": [ + "_neorgcmd_generate_completions", + "_neorg_module_autocommand_triggered", + "vim" + ], "runtime.version": "LuaJIT", "runtime.path": [ "lua/?.lua",