Skip to content

Instantly share code, notes, and snippets.

@vkuprin
Created February 22, 2025 06:44
Show Gist options
  • Save vkuprin/03130d89cad65a28742c9b449f28a548 to your computer and use it in GitHub Desktop.
Save vkuprin/03130d89cad65a28742c9b449f28a548 to your computer and use it in GitHub Desktop.
My ZED Config
{
"show_edit_predictions": false,
"assistant": {
"default_model": {
"provider": "anthropic",
"model": "claude-3-sonnet-20240229"
},
"version": "2"
},
"icon_theme": "JetBrains New UI Icons (Dark)",
"ui_font_size": 16,
"buffer_font_size": 13,
"base_keymap": "JetBrains",
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Gruvbox Dark Hard"
},
"features": {
"edit_prediction_provider": "zed"
},
"git": {
"inline_blame": {
"enabled": false
}
},
"editor": {
"font_family": "Inter",
"font_size": 13,
"tab_size": 4,
"insert_spaces": true,
"auto_indent": true,
"line_numbers": "on",
"render_whitespace": "boundary",
"word_wrap": "off"
},
"files": {
"auto_save": "afterDelay",
"auto_save_delay": 1000,
"trim_trailing_whitespace": true,
"insert_final_newline": true,
"file_associations": {
"*.js": "javascript",
"*.ts": "typescript",
"*.py": "python",
"*.php": "php",
"*.xml": "xml",
"*.json": "json",
"*.css": "css",
"*.html": "html",
"*.mk": "makefile"
}
},
"experimental.theme_overrides": {
"panel.background": "#191B1C",
"editor.background": "#191B1C",
"editor.gutter.background": "#191B1C",
"scrollbar.thumb.background": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.thumb.hover_background": "#00000000",
"scrollbar.thumb.border": "#00000000",
"scrollbar.track.border": "#00000000"
},
"plugins": {
"enabled": [
"autocomplete",
"linting",
"git",
"python",
"ruby",
"prisma",
"svelte",
"ejs",
"php",
"dotenv",
"graphql",
"makefile",
"docker",
"tailwindcss",
"prettier",
"eslint",
"prettier-eslint",
"typescript",
"css",
"html",
"json",
"xml",
"yaml",
"markdown",
"graphql",
"prisma",
"svelte",
"ejs",
"php",
"dotenv",
"graphql",
"makefile",
"docker",
"tailwindcss",
"prettier",
"eslint",
"prettier-eslint",
"typescript",
"css",
"html",
"json",
"xml",
"yaml",
"markdown",
"graphql",
"prisma",
"svelte",
"ejs",
"php",
"dotenv",
"graphql",
"makefile",
"docker",
"tailwindcss",
"prettier",
"eslint",
"prettier-eslint",
"typescript",
"css",
"html",
"json"
]
},
"terminal": {
"font_size": 13,
"scrollbar": {
"vertical": {
"enabled": true,
"size": 10
},
"horizontal": {
"enabled": true,
"size": 10
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment