refactor(nvim): improve azure pipelines matching for yamlls

This commit is contained in:
Price Hiller 2023-03-05 07:04:17 -06:00
parent 24cfe91ae4
commit 811c69c25e
No known key found for this signature in database

View File

@ -222,7 +222,7 @@ lspconfig.yamlls.setup({
["https://json.schemastore.org/github-workflow.json"] = "/.github/workflows/*", ["https://json.schemastore.org/github-workflow.json"] = "/.github/workflows/*",
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = { ["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = {
"/azure-pipeline*.y*l", "/azure-pipeline*.y*l",
"/*.azure", "/*.azure*",
"Azure-Pipelines/**/*.y*l", "Azure-Pipelines/**/*.y*l",
"Pipelines/*.y*l", "Pipelines/*.y*l",
}, },