chore(nvim): add azure pipelines and kubernetes json schema to lazy

Changes:
- Add Azure Pipelines and Kubernetes JSON Schema to lazy
pull/1386/head
Juliano Barbosa 4 months ago
parent 577f5bbcb9
commit eec6887730
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -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

Loading…
Cancel
Save