You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -603,6 +603,19 @@ including setting `lsp_format_on_save` to `true`.
603
603
}
604
604
```
605
605
606
+
### Zed
607
+
For `gofumpt` to be used in Zed, you need to set the `gofumpt` option in the LSP settings. This is done by providing the `"gofumpt": true` in `initialization_options`.
608
+
609
+
```json
610
+
"lsp": {
611
+
"gopls": {
612
+
"initialization_options": {
613
+
"gofumpt": true
614
+
}
615
+
}
616
+
}
617
+
```
618
+
606
619
### Roadmap
607
620
608
621
This tool is a place to experiment. In the long term, the features that work
0 commit comments