Created
September 27, 2023 19:36
-
-
Save seripap/6da4d8fd86de65934b2cb683042f43d4 to your computer and use it in GitHub Desktop.
Zed Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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