Update dotfiles/.config/zed/settings.json

This commit is contained in:
2026-07-01 12:49:32 +02:00
parent 79b8d7d566
commit 8442008f6b
+10
View File
@@ -7,6 +7,16 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"show_whitespaces": "all",
"diagnostics": {
"inline": {
"enabled": true
}
},
"colorize_brackets": true,
"semantic_tokens": "combined",
"enable_language_server": true,
"diff_view_style": "split",
"cli_default_open_behavior": "existing_window",
"which_key": {
"enabled": true,