Skip to content

Instantly share code, notes, and snippets.

@langf00rd
Last active July 2, 2025 10:25
Show Gist options
  • Select an option

  • Save langf00rd/37047446eda2c5c6f76d4749116279d3 to your computer and use it in GitHub Desktop.

Select an option

Save langf00rd/37047446eda2c5c6f76d4749116279d3 to your computer and use it in GitHub Desktop.
my zed config
{
"show_edit_predictions": false,
"chat_panel": {
"dock": "left"
},
"buffer_font_family": "JetBrains Mono NL ExtraLight",
"outline_panel": {
"dock": "left"
},
"features": {
// "edit_prediction_provider": "zed"
},
"agent": {
"default_profile": "ask",
"default_model": {
"provider": "zed.dev",
"model": "claude-3-7-sonnet-latest"
},
"version": "2"
},
"enable_preview_from_file_finder": "true",
"languages": {
"TypeScript": {
"code_actions_on_format": {
"source.organizeImports": true,
"source.fixAll.eslint": true
}
},
"TSX": {
"code_actions_on_format": {
"source.organizeImports": true,
"source.fixAll.eslint": true
}
},
"JavaScript": {
"show_edit_predictions": false,
"code_actions_on_format": {
"source.fixAll.eslint": true
}
}
},
"buffer_line_height": { "custom": 2.3 },
"current_line_highlight": "gutter",
"cursor_shape": "bar",
"theme": "Xcode Spartan",
"icon_theme": "Colored Zed Icons Theme Dark",
"cursor_blink": false,
"base_keymap": "VSCode",
"ui_font_family": "JetBrains Mono NL ExtraLight",
// "soft_wrap": "editor_width",
"format_on_save": "on",
"toolbar": {
"breadcrumbs": true,
"quick_actions": false
},
"scrollbar": {
"show": "system",
"cursors": true,
"git_diff": true,
"search_results": true,
"selected_symbol": true,
"diagnostics": "all",
"axes": {
"horizontal": false
}
},
"tab_bar": {
"show": false,
"show_nav_history_buttons": false
},
"tabs": {
"close_position": "right",
"file_icons": true,
"git_status": true
},
"formatter": "prettier",
"telemetry": {
"diagnostics": false,
"metrics": false
},
"ui_font_size": 15,
"buffer_font_size": 14.0,
"terminal": {
"font_size": 12
}
}
@langf00rd
Copy link
Author

langf00rd commented Mar 19, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment