Skip to content

Commit

Permalink
ci: update .luarc.json for the typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent fb23d2e commit 12a1727
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/.luarc.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 12a1727

Please sign in to comment.