chore: update Zed config

This commit is contained in:
Peter 2025-04-02 20:23:35 +02:00
parent 9f9f4e340a
commit e2671666ef
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -29,6 +29,9 @@
{{- end }}
}
},
"edit_predictions": {
"mode": "subtle"
},
"preview_tabs": {
"enable_preview_from_code_navigation": true
},
@ -88,8 +91,8 @@
"command": [
"golangci-lint",
"run",
"--out-format",
"json",
"--output.json.path",
"stdout",
"--issues-exit-code=1"
]
}
@ -97,6 +100,6 @@
},
"terminal": {
"font_size": 12,
"font_family": "Hasklug Nerd Font"
"font_family": "Hasklug Nerd Font Mono"
}
}