Skip to content

Commit

Permalink
chore: make Zed work
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Jun 18, 2024
1 parent 5c36343 commit 07c3d8b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"languages": {
"JavaScript": {
"language_servers": [
"deno",
"!typescript-language-server",
"!eslint",
"..."
],
"format_on_save": {
"external": {
"command": "deno",
"arguments": [
"fmt",
"-"
]
}
}
},
"TypeScript": {
"language_servers": [
"deno",
"!typescript-language-server",
"!eslint",
"..."
],
"format_on_save": {
"external": {
"command": "deno",
"arguments": [
"fmt",
"-"
]
}
}
}
}
}

0 comments on commit 07c3d8b

Please sign in to comment.