chore(all): change stuff in a lot of things

This commit is contained in:
Afonso Franco 2024-05-26 16:18:00 +01:00
parent ce796e3c6e
commit e189b6856a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
13 changed files with 171 additions and 185 deletions

View file

@ -1,4 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT"
"runtime.version": "LuaJIT",
"diagnostics.globals": [
"vim",
"numbers"
]
}