Skip to content

Commit 115a9b2

Browse files
authored
Update zed.smd (#10)
1 parent fbf718b commit 115a9b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/zls/editors/zed.smd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Add the following to your `settings.json`:
2424
// The Zig FAQ answers some questions about `zig fmt`:
2525
// https://github.com/ziglang/zig/wiki/FAQ
2626
"format_on_save": "language_server",
27+
// Make sure that zls is the primary language server
28+
"language_servers": ["zls", "..."]
2729
"code_actions_on_format": {
2830
// Run code actions that currently supports adding and removing discards.
2931
// "source.fixAll": true,

0 commit comments

Comments
 (0)