Last active
July 26, 2024 11:24
-
-
Save cj-praveen/a0ea7b30ead0fd83cd9f566fd1cff4ef to your computer and use it in GitHub Desktop.
My Configuration for Zed Code Editor
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
{ | |
"features": { | |
"inline_completion_provider": "none" | |
}, | |
"theme": "One Dark", | |
"telemetry": { | |
"diagnostics": false, | |
"metrics": false | |
}, | |
"ui_font_size": 16, | |
"buffer_font_size": 16, | |
"auto_update": false, | |
"autosave": "on_window_change", | |
"languages": { | |
"HTML": { | |
"format_on_save": "off" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment