Skip to content

Commit f37a976

Browse files
committed
update luarc
1 parent 6a6c5ef commit f37a976

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.luarc.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
3-
"Lua.diagnostics.disable": [
4-
"redundant-parameter",
5-
"param-type-mismatch",
6-
"missing-parameter"
7-
],
8-
"diagnostics.libraryFiles": "Disable"
2+
"runtime.version": "LuaJIT",
3+
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
4+
"diagnostics.globals": ["vim"],
5+
"workspace.checkThirdParty": false,
6+
"workspace.library": ["$VIMRUNTIME", "./lua"]
97
}

0 commit comments

Comments
 (0)