16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"runtime.version" : "Lua 5.1",
|
|
"diagnostics": {
|
|
"globals": {
|
|
"vim": true
|
|
},
|
|
"disable": {
|
|
"lowercase-global": true,
|
|
"missing-parameter": true,
|
|
"trailing-space": true
|
|
}
|
|
}
|
|
}
|
|
|