mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 12:50:05 +00:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"diagnostics": {
|
|
"enable": true,
|
|
"globals": [
|
|
"vim",
|
|
"use"
|
|
]
|
|
}
|
|
}
|