Skip to content

Commit

Permalink
feat: add .luarc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Jul 13, 2023
1 parent 48c3ae8 commit a7e9902
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace.library": [
"$NVIM_TYPES_DIR",
"$NVIM_RUNTIME",
"lua",
],
"workspace.checkThirdParty": false,
"diagnostics": {
"groupFileStatus": {
"strict": "Opened",
"strong": "Opened",
},
"groupSeverity": {
"strong": "Warning",
"strict": "Warning",
},
"unusedLocalExclude": [ "_*" ],
}
}

0 comments on commit a7e9902

Please sign in to comment.