Created
December 6, 2025 06:55
-
-
Save daniellwdb/1e98925eacfef8ca850727bea964188d 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
| { | |
| "buffer_font_family": "Cascadia Code NF", | |
| "buffer_font_features": { | |
| "ss01": true, | |
| "ss02": true, | |
| "ss03": true, | |
| "ss19": true, | |
| "ss20": true, | |
| "calt": false | |
| }, | |
| "buffer_font_size": 15, | |
| "colorize_brackets": true, | |
| "format_on_save": "on", | |
| "icon_theme": "Material Icon Theme", | |
| "languages": { | |
| "TSX": { | |
| "language_servers": ["tailwindcss-language-server", "vtsls"] | |
| } | |
| }, | |
| "lsp": { | |
| "tailwindcss-language-server": { | |
| "settings": { | |
| "classFunctions": ["cva", "cx"], | |
| "experimental": { | |
| "classRegex": ["[cls|className]\\s\\:\\=\\s\"([^\"]*)"] | |
| } | |
| } | |
| } | |
| }, | |
| "preferred_line_length": 120, | |
| "project_panel": { | |
| "dock": "right" | |
| }, | |
| "remove_trailing_whitespace_on_save": false, | |
| "snippet_sort_order": "top", | |
| "tab_size": 2, | |
| "telemetry": { | |
| "diagnostics": true, | |
| "metrics": false | |
| }, | |
| "terminal": { | |
| "font_size": 13, | |
| "blinking": "off" | |
| }, | |
| "theme": { | |
| "mode": "system", | |
| "light": "Nord Light", | |
| "dark": "Nord Dark" | |
| }, | |
| "toolbar": { | |
| "breadcrumbs": false | |
| }, | |
| "ui_font_size": 16 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment