Skip to content

Commit

Permalink
neovim: update skaffold schema location
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Nov 6, 2024
1 parent f72dba0 commit ed3c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ local servers_config = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
['https://json.schemastore.org/yamllint.json'] = '/*yamllint.y*ml',
['https://json.schemastore.org/markdownlint.json'] = '*markdownlint.y*ml',
['https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta12.json'] = '/*skaffold.y*ml',
['https://raw.githubusercontent.com/GoogleContainerTools/skaffold/refs/heads/main/docs-v2/content/en/schemas/v2beta16.json'] = '/*skaffold.y*ml',
},
schemaStore = {
url = 'https://www.schemastore.org/json',
Expand Down

0 comments on commit ed3c6f7

Please sign in to comment.