Skip to content

Commit

Permalink
Zed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Feb 28, 2025
1 parent f02d824 commit 6dff686
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"lsp": {
"json-language-server": {
"settings": {
"json": {
"schemas": [
{
"fileMatch": ["*/data/bangs.json", "*/data/kagi_bangs.json", "*/data/assistant_bangs.json"],
"url": "./data/bangs.schema.json"
}
]
}
}
}
}
}

0 comments on commit 6dff686

Please sign in to comment.