chore(nvim): add azure pipelines and kubernetes json schema to lazy
Changes: - Add Azure Pipelines and Kubernetes JSON Schema to lazy
This commit is contained in:
parent
577f5bbcb9
commit
eec6887730
17
init.lua
17
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
|
||||
|
|
Loading…
Reference in New Issue