Skip to content

Commit

Permalink
Set zed-editor default font size with vscode default
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 23, 2024
1 parent 685f6ab commit ed9200c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"auto_update": false,
"soft_wrap": "editor_width",
"ui_font_family": "PlemolJP Console NF",
"ui_font_size": 16,
"ui_font_size": 14,
"buffer_font_family": "PlemolJP Console NF",
"buffer_font_size": 16,
"buffer_font_size": 14,
"tabs": {
"file_icons": true
},
Expand Down

0 comments on commit ed9200c

Please sign in to comment.