Add Figura Lua LSP config
This commit is contained in:
parent
71cfc72698
commit
f5159f44cb
33
.vim/coc-config.json
Normal file
33
.vim/coc-config.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user