mirror of
https://github.com/neovim/nvim-lspconfig
synced 2025-03-11 04:27:36 +00:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
32c9817cf0
commit
3d4180a5ef
@ -12148,7 +12148,7 @@ require('lspconfig').yamlls.setup {
|
||||
yaml = {
|
||||
... -- other settings. note this overrides the lspconfig defaults.
|
||||
schemas = {
|
||||
["https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json"] = "/*.k8s.yaml",
|
||||
["https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.32.1-standalone-strict/all.json"] = "/*.k8s.yaml",
|
||||
... -- other schemas
|
||||
},
|
||||
},
|
||||
|
@ -12148,7 +12148,7 @@ require('lspconfig').yamlls.setup {
|
||||
yaml = {
|
||||
... -- other settings. note this overrides the lspconfig defaults.
|
||||
schemas = {
|
||||
["https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json"] = "/*.k8s.yaml",
|
||||
["https://raw.githubusercontent.com/yannh/kubernetes-json-schema/refs/heads/master/v1.32.1-standalone-strict/all.json"] = "/*.k8s.yaml",
|
||||
... -- other schemas
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user