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": {
"diagnostics": {
"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",
"keybind",
"nameplate",
"animation",
"armor_model",
"camera",
"chat",
"meta",
"renderer",
"client",
"data",
"elytra_model",
"events",
"first_person_model",
"held_item_model",
"host",
"keybind",
"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":[
"lowercase-global"