feat(nvim): better support for azure pipelines

This commit is contained in:
Price Hiller 2022-08-30 13:30:09 -05:00
parent d83e02509c
commit 6b3a011b78

View File

@ -216,6 +216,7 @@ lspconfig.yamlls.setup({
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = {
"/azure-pipeline*.y*l",
"/*.azure",
"Azure-Pipelines/**/*.y*l",
},
["https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.10.json"] = "/docker-compose.y*l",
["https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json"] = "/.gitlab-ci.yml",