mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
|
"runtime.version" : "Lua 5.1",
|
|
"diagnostics": {
|
|
"globals": [
|
|
"vim",
|
|
"jit",
|
|
"bit"
|
|
]
|
|
}
|
|
}
|
|
|