Skip to content

Commit

Permalink
Update config for lua_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl authored and mfussenegger committed Nov 8, 2024
1 parent 7504327 commit c4279b8
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.workspace.checkThirdParty": false
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
"${3rd}/luv/library",
"${3rd}/busted/library",
"${3rd}/luassert/library"
],
"checkThirdParty": false
}
}

0 comments on commit c4279b8

Please sign in to comment.