Skip to content

Commit

Permalink
Update zed.smd (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofta999 authored Jan 12, 2025
1 parent fbf718b commit 115a9b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/zls/editors/zed.smd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Add the following to your `settings.json`:
// The Zig FAQ answers some questions about `zig fmt`:
// https://github.com/ziglang/zig/wiki/FAQ
"format_on_save": "language_server",
// Make sure that zls is the primary language server
"language_servers": ["zls", "..."]
"code_actions_on_format": {
// Run code actions that currently supports adding and removing discards.
// "source.fixAll": true,
Expand Down

0 comments on commit 115a9b2

Please sign in to comment.