diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 11:21:36 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 11:21:36 +0000 |
| commit | 3d4180a5ef085b9da249919cce01c62b53c07d6a (patch) | |
| tree | adfcb162c7cba407c7e2b47a82d8642598f71f7a | |
| parent | docs: use a maintained fork for `kubernetes-json-schema` in the example (#3572) (diff) | |
| download | nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar.gz nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar.bz2 nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar.lz nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar.xz nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.tar.zst nvim-lspconfig-3d4180a5ef085b9da249919cce01c62b53c07d6a.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 68b59794..edae7db7 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -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 }, }, diff --git a/doc/configs.txt b/doc/configs.txt index 68b59794..edae7db7 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -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 }, }, |
