// Zed settings // // For information on how to configure Zed, see the Zed // documentation: https://zed.dev/docs/configuring-zed // // To see all of Zed's default settings without changing your // custom settings, run `zed: open default settings` from the // command palette (cmd-shift-p / ctrl-shift-p) { "terminal":{ "shell":{ "program":"powershell.exe" } }, "icon_theme":"Catppuccin Frappé", "project_panel":{ "dock":"left" }, "vim_mode":false, "buffer_font_family":"Fira Code", "ui_font_features":{ "calt":true }, "buffer_font_features":{ "calt":true }, "languages":{ "Rust":{ "inlay_hints":{ "enabled":true } } }, "diagnostics":{ "inline":{ "enabled":true } },