Last active
May 22, 2024 16:09
-
-
Save jacobdalamb/24f8b9de66c5b3e8dba17381e2b78739 to your computer and use it in GitHub Desktop.
zed settings
This file contains 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": { | |
"copilot": false | |
}, | |
"theme": "Catppuccin Frappé", | |
"autosave": "on_focus_change", | |
"tab_bar": { | |
"show": false | |
}, | |
"format_on_save": "off", | |
"buffer_font_size": 15, | |
"buffer_font_family": "MonoLisa", | |
"buffer_font_features": { | |
"calt": true, | |
"zero": true | |
}, | |
"ui_font_family": "MonoLisa", | |
"ui_font_size": 16, | |
"journal": { | |
"path": "~", | |
"hour_format": "hour24" | |
}, | |
"project_panel": { | |
"dock": "right" | |
}, | |
"terminal": { | |
"shell": { | |
"program": "/opt/homebrew/bin/nu" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment