Add coc.nvim completions for new API

This commit is contained in:
NullBite 2022-06-22 21:59:33 -04:00
parent 3db9cded3e
commit d390023ef4
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -2,31 +2,43 @@
"Lua": { "Lua": {
"diagnostics": { "diagnostics": {
"globals":[ "globals":[
"vanilla_model",
"armor_model",
"elytra_model",
"held_item_model",
"spyglass_model",
"parrot_model",
"first_person_model",
"model",
"particle",
"sound",
"player",
"world",
"vectors",
"animation",
"ping",
"action_wheel", "action_wheel",
"keybind", "animation",
"nameplate", "armor_model",
"camera", "camera",
"chat", "chat",
"meta", "client",
"renderer", "data",
"elytra_model",
"events",
"first_person_model",
"held_item_model",
"host",
"keybind",
"log", "log",
"data" "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":[ "disable":[
"lowercase-global" "lowercase-global"