first commit

This commit is contained in:
bacalhau 2025-07-02 15:42:50 +01:00
commit a89179ce06
10 changed files with 215 additions and 0 deletions

5
lua/.luarc.json Normal file
View file

@ -0,0 +1,5 @@
{
"diagnostics.disable": [
"undefined-global"
]
}