Skip to content

Instantly share code, notes, and snippets.

@seripap
Created September 27, 2023 19:36
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 seripap/6da4d8fd86de65934b2cb683042f43d4 to your computer and use it in GitHub Desktop.
Save seripap/6da4d8fd86de65934b2cb683042f43d4 to your computer and use it in GitHub Desktop.
Zed Settings
{
"theme": "One Dark",
"base_keymap": "SublimeText",
"buffer_font_size": 16,
"buffer_font_family": "Operator Mono Book",
"autosave": "on_window_change",
"format_on_save": "on",
"formatter": "language_server",
"vim_mode": true,
"inlay_hints": {
"enabled": true,
"show_type_hints": true,
"show_parameter_hints": true,
"show_other_hints": true
},
"tabs": {
"git_status": true,
},
"semantic_index": {
"enabled": true
},
"language_overrides": {
"TypeScript": {
"format_on_save": {
"external": {
"command": "prettier",
"arguments": [
"--stdin-filepath",
"{buffer_path}"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment