neovim: add kubernetes json schema to yamlls LSP
This commit is contained in:
parent
42ff409512
commit
90e1fe7e6f
|
@ -147,6 +147,7 @@ lua <<EOF
|
|||
['settings'] = {
|
||||
['yaml'] = {
|
||||
['schemas'] = {
|
||||
["https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.1-standalone-strict/all.json"] = ".sensu/*.{yml,yaml}",
|
||||
['https://json.schemastore.org/github-workflow'] = '.github/workflows/*.{yml,yaml}',
|
||||
['https://json.schemastore.org/github-action'] = '.github/action.{yml,yaml}',
|
||||
['https://json.schemastore.org/ansible-stable-2.9'] = 'roles/tasks/*.{yml,yaml}',
|
||||
|
|
Loading…
Reference in a new issue