chore: initial commit

This commit is contained in:
2026-07-14 18:01:51 +02:00
commit 2d517fdb0c
9 changed files with 59 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "LuaJIT"
},
"workspace": {
"checkThirdParty": false
},
"diagnostics": {
"globals": ["vim"]
}
}