From f5159f44cb9f006a8373063241dc5975b77c7ddc Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 15 Mar 2022 15:10:59 -0400 Subject: [PATCH] Add Figura Lua LSP config --- .vim/coc-config.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .vim/coc-config.json 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" + ] + } + } +}