Skip to content

Instantly share code, notes, and snippets.

@nonnontrivial
Last active April 6, 2024 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonnontrivial/3888234ab4a2ee99bec0e4eae1a140e9 to your computer and use it in GitHub Desktop.
Save nonnontrivial/3888234ab4a2ee99bec0e4eae1a140e9 to your computer and use it in GitHub Desktop.
zed config
{
"vim_mode": true,
"theme": "Summercamp",
"relative_line_numbers": true,
"buffer_line_height": "standard",
"buffer_font_family": "Menlo",
"ui_font_family": "Menlo",
"terminal": {
"font_family": "Menlo"
},
"project_panel": {
"folder_icons": false
},
"language_overrides": {
"Python": {
"format_on_save": {
"external": {
"command": "ruff",
"arguments": [
"check",
"--exit-zero",
"--fix",
"--stdin-filename",
"{buffer_path}",
"-"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment