Move Figura docs

This commit is contained in:
NullBite 2024-11-27 17:40:06 -05:00
parent 43e4d45364
commit 09d045ff8b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
3 changed files with 1 additions and 49 deletions

2
.gitmodules vendored
View File

@ -2,5 +2,5 @@
path = nulllib
url = https://gitea.protogen.io/nullbite/nulllib-lua.git
[submodule ".vim/figuradocs"]
path = .vim/figuradocs
path = figuradocs
url = https://github.com/GrandpaScout/FiguraRewriteVSDocs

View File

@ -1,48 +0,0 @@
{
"Lua": {
"diagnostics": {
"globals":[
"action_wheel",
"animation",
"armor_model",
"camera",
"chat",
"client",
"data",
"elytra_model",
"events",
"first_person_model",
"held_item_model",
"host",
"keybind",
"log",
"logJson",
"logTable",
"matrices",
"meta",
"model",
"models",
"nameplate",
"parrot_model",
"particle",
"ping",
"player",
"print",
"printJson",
"printTable",
"renderer",
"require",
"sound",
"spyglass_model",
"vanilla_model",
"vec",
"vectoros",
"vectors",
"world"
],
"disable":[
"lowercase-global"
]
}
}
}