refactor(nvim): make azure pipelines match all filetypes in the schema

We use a filetype match for the lsp in general, better to rely on that
than the internal parsing of the language server
This commit is contained in:
Price Hiller 2023-05-22 17:58:17 -05:00
parent 79f9d95c17
commit cd84332d26
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -256,8 +256,7 @@ lspconfig.azure_pipelines_ls.setup({
yaml = {
schemas = {
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = {
"*.yml",
"*.yaml",
"*",
},
},
},