izvim/.luarc.json
2024-03-29 10:30:20 +00:00

8 lines
221 B
JSON

{
"Lua.runtime.version": "Lua 5.1",
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.checkThirdParty": false,
"diagnostics.globals": [
"vim"
]
}