mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-14 22:08:38 +00:00
7 lines
287 B
JSON
7 lines
287 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "LuaJIT",
|
|
"diagnostics.globals": ["vim"],
|
|
"diagnostics.disable": ["empty-block", "duplicate-set-field", "inject-field"],
|
|
"diagnostics.unusedLocalExclude": ["_*"]
|
|
}
|