16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"Lua.diagnostics.disable": [
|
|
"assign-type-mismatch",
|
|
"cast-type-mismatch",
|
|
"missing-fields"
|
|
],
|
|
"runtime.version": "LuaJIT",
|
|
"workspace.checkThirdParty": false,
|
|
"workspace.library": [
|
|
"./lua",
|
|
"$VIMRUNTIME/lua",
|
|
".dev/lua/nvim"
|
|
]
|
|
}
|