Skip to content

Commit

Permalink
chore: update .luarc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Aug 15, 2023
1 parent bae45ef commit 4b3165b
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace.library": [
"$NVIM_TYPES_DIR",
"$NVIM_RUNTIME",
"lua",
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
"${3rd}/busted/library",
"${3rd}/luv/library"
],
"workspace.checkThirdParty": false,
"diagnostics": {
"groupFileStatus": {
"strict": "Opened",
"strong": "Opened",
},
"groupSeverity": {
"strong": "Warning",
"strict": "Warning",
},
"unusedLocalExclude": [ "_*" ],
}
"checkThirdParty": false
},
"diagnostics": {
"groupFileStatus": {
"strict": "Opened",
"strong": "Opened"
},
"groupSeverity": {
"strong": "Warning",
"strict": "Warning"
},
"unusedLocalExclude": [ "_*" ]
}
}

0 comments on commit 4b3165b

Please sign in to comment.