Skip to content

Instantly share code, notes, and snippets.

@pbrilius
Last active July 17, 2025 19:53
Show Gist options
  • Save pbrilius/8a1fc07fc9262bcff665f06f0f3acb66 to your computer and use it in GitHub Desktop.
Save pbrilius/8a1fc07fc9262bcff665f06f0f3acb66 to your computer and use it in GitHub Desktop.
Zed IDE settings hint plėtiniams su Hisense part-time MTF le loom!
// 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)
{
"icon_theme": "Light Charmed Icons",
"base_keymap": "Atom",
"agent": {
"default_profile": "minimal",
"default_model": {
"provider": "google",
"model": "gemini-2.0-flash-lite"
},
"always_allow_tool_actions": true,
"model_parameters": [],
"play_sound_when_agent_done": true,
},
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Shades Of Purple"
},
"buffer_font_family": "Source Code Pro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment