Skip to content

Commit

Permalink
feat(neovim): add gitlab ci schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Jul 8, 2024
1 parent 5eb6b02 commit a276957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ require("lazy").setup({
settings = {
yaml = {
schemas = {
["https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json"] = "/.gitlab-ci.yml",
["https://json.schemastore.org/github-workflow.json"] = "/.github/workflows/*",
},
},
Expand Down

0 comments on commit a276957

Please sign in to comment.