diff --git a/.vim/coc-config.json b/.vim/coc-config.json new file mode 100644 index 0000000..8fa5f42 --- /dev/null +++ b/.vim/coc-config.json @@ -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" + ] + } + } +}