Skip to content

Instantly share code, notes, and snippets.

@osbre
Created May 11, 2026 18:50
Show Gist options
  • Select an option

  • Save osbre/e4d6642c9fa3c9bcfa654c24adfa34ae to your computer and use it in GitHub Desktop.

Select an option

Save osbre/e4d6642c9fa3c9bcfa654c24adfa34ae to your computer and use it in GitHub Desktop.
My Zed
// 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)
{
"project_panel": {
"dock": "left"
},
"outline_panel": {
"dock": "left"
},
"collaboration_panel": {
"dock": "left"
},
"agent": {
"dock": "right",
"favorite_models": [],
"model_parameters": []
},
"git_panel": {
"dock": "left"
},
"ui_font_family": "IBM Plex Mono",
"buffer_font_family": "IBM Plex Mono",
"ui_font_size": 16,
"buffer_font_size": 19.0,
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Tailwind Syntax",
},
"lsp": {
"expert": {
"binary": {
"arguments": ["--stdio"],
},
},
},
"languages": {
"Elixir": {
"language_servers": [
"expert",
"!elixir-ls",
"!next-ls",
"!lexical",
"...",
],
},
},
"git": {
"inline_blame": {
"enabled": false,
},
},
"toolbar": {
"breadcrumbs": false,
"quick_actions": false,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment