I will save this but will probably change this

This commit is contained in:
2025-12-29 17:11:28 -05:00
parent 99c41a0d60
commit 2b2be7b4e7
6 changed files with 258 additions and 841 deletions

8
.luarc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"workspace.library": [
"./lsp"
],
"diagnostics.disable": [
"undefined-global"
]
}