From eec68877303ae261b8723739c81d58be5dc33eb5 Mon Sep 17 00:00:00 2001 From: Juliano Barbosa Date: Fri, 13 Dec 2024 11:27:03 -0300 Subject: [PATCH] chore(nvim): add azure pipelines and kubernetes json schema to lazy Changes: - Add Azure Pipelines and Kubernetes JSON Schema to lazy --- init.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/init.lua b/init.lua index f95e27b1..501bc22b 100644 --- a/init.lua +++ b/init.lua @@ -725,6 +725,23 @@ require('lazy').setup({ }, }, }, + + azure_pipelines_ls = { + schemas = { + ['https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json'] = { + '/azure-pipeline*.y*l', + '/*.azure*', + 'Azure-Pipelines/**/*.y*l', + 'Pipelines/*.y*l', + }, + }, + }, + + yamlls = { + schemas = { + ['https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json'] = '/*.k8s.yaml', + }, + }, } -- Ensure the servers and tools above are installed