Skip to content

Commit

Permalink
Fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Nov 6, 2019
1 parent 6791b4b commit ccc966f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ definition.

In all cases, the required format is:

```json
```
{
"$schema": "https://puremourning.github.io/vimspector/schema/gadgets.schema.json#",
"adapters": {
Expand Down Expand Up @@ -265,7 +265,7 @@ Internet:
"schemas": [
{
"fileMatch": [ ".vimspector.json" ],
'url': "https://puremourning.github.io/vimspector/schema/vimspector.schema.json"
"url": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json"
},
{
"fileMatch": [ ".gadgets.json", ".gadgets.d/*.json" ],
Expand Down

0 comments on commit ccc966f

Please sign in to comment.