From 673df7b10911d94acc56b88e16115774cc2bebdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 30 Oct 2021 23:28:29 +0200 Subject: [PATCH] Changed settings yaml --- .config/nvim/coc-settings.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json index 1bc3ba4..afa14cc 100644 --- a/.config/nvim/coc-settings.json +++ b/.config/nvim/coc-settings.json @@ -1,10 +1,11 @@ { "yaml.schemaStore.enable": true, "yaml.schemas": { - "https://json.schemastore.org/ansible-role-2.9.json": "/*.yaml", - "https://json.schemastore.org/ansible-playbook.json": "/*.yaml", - "https://json.schemastore.org/ansible-inventory.json": "/*yaml", - "https://json.schemastore.org/docker-compose.json": "/*.yaml" + "https://json.schemastore.org/ansible-role-2.9.json": "*.yaml", + "https://json.schemastore.org/ansible-playbook.json": "*.yaml", + "https://json.schemastore.org/ansible-inventory.json": "*yaml", + "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json": "*.yaml", + "https://json.schemastore.org/docker-compose.json": "*.yaml" }, "python.formatting.provider": "black", "python.pythonPath": "python3",