settings.json 758 B

123456789101112131415161718192021
  1. // Zed settings
  2. //
  3. // For information on how to configure Zed, see the Zed
  4. // documentation: https://zed.dev/docs/configuring-zed
  5. //
  6. // To see all of Zed's default settings without changing your
  7. // custom settings, run `zed: open default settings` from the
  8. // command palette (cmd-shift-p / ctrl-shift-p)
  9. {
  10. "buffer_font_family": "InconsolataGo Nerd Font",
  11. "buffer_font_size": 14,
  12. "cursor_blink": false,
  13. "git": { "inline_blame": { "enabled": false } },
  14. "preview_tabs": { "enabled": false },
  15. "search_wrap": false,
  16. "ssh_connections": [{ "host": "dev", "projects": [{ "paths": ["/src"] }] }],
  17. "telemetry": { "metrics": false },
  18. "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" },
  19. "ui_font_size": 16,
  20. "vim_mode": true
  21. }