refactor: init the repo and decide to add more feature

This commit is contained in:
JuanZoran
2023-01-05 21:15:01 +08:00
parent 033622ed85
commit a1488b2d9b
17 changed files with 178 additions and 46 deletions

6
lua/.luarc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": [
"unused-local"
]
}