Add Figura Lua LSP config

This commit is contained in:
NullBite 2022-03-15 15:10:59 -04:00
parent 71cfc72698
commit f5159f44cb
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

33
.vim/coc-config.json Normal file
View File

@ -0,0 +1,33 @@
{
"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",
"camera",
"chat",
"meta",
"renderer"
],
"disable":[
"lowercase-global"
]
}
}
}