From 3577aa13bce24dc42a500f369eb9b43b63b0fb63 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 9 Sep 2022 22:49:07 +0100 Subject: [PATCH] Drop some coc-yaml schemas --- coc-settings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/coc-settings.json b/coc-settings.json index b0123fb..2f3064a 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -6,16 +6,6 @@ "diagnostic.infoSign": "▸", "diagnostic.warningSign": "▸", "yaml.schemas": { - "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": [ - "/home/*/.config/local.yaml", - "/home/*/.config/local/*.yaml", - "/Users/*/.config/local.yaml", - "/Users/*/.config/local/*.yaml" - ], - "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/tasks": [ - "tasks.yaml", - "tasks/*.yaml" - ], "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [ ".gitlab-ci.yml", ".gitlab/ci/*.yml"